[linux] 01/01: [arm64] Enable RTC_DRV_DS1307.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Jan 6 20:01:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch master
in repository linux.

commit b6e260f0b45553f86045108d6c2c08110b254915
Author: Aurelien Jarno <aurelien at aurel32.net>
Date:   Fri Jan 6 20:56:02 2017 +0100

    [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.
---
 debian/changelog           | 3 +++
 debian/config/arm64/config | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ae0ffb5..3884069 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Sun, 18 Dec 2016 17:53:39 +0100
 
 linux (4.9~rc8-1~exp1) experimental; urgency=medium
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 5942a79..1a0e54c 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list