aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-12-11 12:21:29 +0000
committerBen Hutchings <ben@decadent.org.uk>2015-12-11 12:21:29 +0000
commitb9adbeeabeba0dc5aa776e20e781d2d46e784b71 (patch)
treee5b8b39cca98ec032eac50d01e61c8441bb7306d
parent602f5b40472cea907590030b7c1248da13c771f5 (diff)
downloadkernel_replicant_linux-b9adbeeabeba0dc5aa776e20e781d2d46e784b71.tar.gz
kernel_replicant_linux-b9adbeeabeba0dc5aa776e20e781d2d46e784b71.tar.bz2
kernel_replicant_linux-b9adbeeabeba0dc5aa776e20e781d2d46e784b71.zip
[armhf] rtc: Enable RTC_DRV_DS1307, RTC_DRV_PCF8563 (Closes: #807632)
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/armhf/config.armmp2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e727f40450f..77386af8ab17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ linux (4.3.1-1~exp1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* Set ABI to 1
+ * [armhf] rtc: Enable RTC_DRV_DS1307, RTC_DRV_PCF8563 (Closes: #807632)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 09 Dec 2015 23:20:32 +0000
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index 285f9c3e7ef2..8dec088087e0 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -757,9 +757,11 @@ CONFIG_REGULATOR_VEXPRESS=m
## file: drivers/rtc/Kconfig
##
CONFIG_RTC_DRV_AS3722=y
+CONFIG_RTC_DRV_DS1307=y
CONFIG_RTC_DRV_ISL12057=y
CONFIG_RTC_DRV_PALMAS=y
CONFIG_RTC_DRV_PCF8523=y
+CONFIG_RTC_DRV_PCF8563=y
CONFIG_RTC_DRV_TWL4030=y
CONFIG_RTC_DRV_S5M=y
CONFIG_RTC_DRV_DA9052=y