[arm64] Enable RTC_DRV_DS1307.

The Raspberry PIs do not have an RTC, and many expansion boards provide
an RTC using a DS1307 chip (or one of the zillon clones). Enable it for
arm64 like on armhf, so that these expansion boards also work on the
Raspberry PI 3 running in 64-bit mode.
This commit is contained in:
Aurelien Jarno 2017-01-06 20:56:02 +01:00
parent 285199d96c
commit b6e260f0b4
2 changed files with 4 additions and 0 deletions

3
debian/changelog vendored
View File

@ -25,6 +25,9 @@ linux (4.9-1~exp1) UNRELEASED; urgency=medium
* [rt] Update to 4.9-rt1 and reenable
* [armhf] Add support for switch hardware on Turris Omnia
[ Aurelien Jarno ]
* [arm64] Enable RTC_DRV_DS1307.
-- Uwe Kleine-König <ukleinek@debian.org> Sun, 18 Dec 2016 17:53:39 +0100
linux (4.9~rc8-1~exp1) experimental; urgency=medium

View File

@ -550,6 +550,7 @@ CONFIG_COMMON_RESET_HI6220=m
##
## file: drivers/rtc/Kconfig
##
CONFIG_RTC_DRV_DS1307=y
CONFIG_RTC_DRV_MAX77686=y
CONFIG_RTC_DRV_EFI=y
CONFIG_RTC_DRV_PL031=y