From 31812a0dcbeca5b39b6fa12a13886ff7512c56e0 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sat, 2 Jun 2018 22:08:36 -0700 Subject: [PATCH] [armhf] Enable MFD_AC100 and RTC_DRV_AC100, used in allwinner A80/A83t systems. --- debian/changelog | 5 +++++ debian/config/armhf/config | 2 ++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index c41e6acfd..6192a5805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ linux (4.16.12-2) UNRELEASED; urgency=medium + [ Salvatore Bonaccorso ] * sr: pass down correctly sized SCSI sense buffer (CVE-2018-11506) + [ Vagrant Cascadian ] + * [armhf] Enable MFD_AC100 and RTC_DRV_AC100, used in allwinner A80/A83t + systems. + -- Salvatore Bonaccorso Wed, 30 May 2018 08:41:30 +0200 linux (4.16.12-1) unstable; urgency=medium diff --git a/debian/config/armhf/config b/debian/config/armhf/config index 0a60d11dd..96c5ede53 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -602,6 +602,7 @@ CONFIG_TEGRA124_EMC=y ## ## file: drivers/mfd/Kconfig ## +CONFIG_MFD_AC100=y CONFIG_MFD_AS3722=y CONFIG_MFD_AXP20X_I2C=y CONFIG_MFD_CROS_EC=m @@ -1018,6 +1019,7 @@ CONFIG_REGULATOR_VEXPRESS=m ## ## file: drivers/rtc/Kconfig ## +CONFIG_RTC_DRV_AC100=y CONFIG_RTC_DRV_AS3722=y CONFIG_RTC_DRV_DS1307=y CONFIG_RTC_DRV_MAX77686=y