diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2014-07-11 15:17:32 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2014-07-11 15:17:32 +0100 |
commit | 81c1ee9be5928d0e1174def6ea22959bd4606a93 (patch) | |
tree | 45a709eab9b6e6128ffa14c505a78a00b6052359 | |
parent | 10a0f54ea3bc76a94cd43711ea47700dd2e74f66 (diff) | |
download | kernel-81c1ee9be5928d0e1174def6ea22959bd4606a93.tar.gz kernel-81c1ee9be5928d0e1174def6ea22959bd4606a93.tar.xz kernel-81c1ee9be5928d0e1174def6ea22959bd4606a93.zip |
Enable ISL12057 RTC for ARM (NetGear ReadyNAS)
-rw-r--r-- | config-armv7 | 1 | ||||
-rw-r--r-- | kernel.spec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config-armv7 b/config-armv7 index e28a01642..5b4b2ab42 100644 --- a/config-armv7 +++ b/config-armv7 @@ -44,6 +44,7 @@ CONFIG_PINCTRL_DOVE=y CONFIG_EDAC_MV64X60=m CONFIG_RTC_DRV_S35390A=m CONFIG_RTC_DRV_88PM80X=m +CONFIG_RTC_DRV_ISL12057=m CONFIG_RTC_DRV_MV=m CONFIG_MVNETA=m CONFIG_GPIO_MVEBU=y diff --git a/kernel.spec b/kernel.spec index 8bf43adef..bd05aa910 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2249,6 +2249,7 @@ fi * Thu Jul 10 2014 Peter Robinson <pbrobinson@fedoraproject.org> - Rebase Utilute and BeagleBone patches - Minor ARM updates +- Enable ISL12057 RTC for ARM (NetGear ReadyNAS) * Wed Jul 09 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.16.0-0.rc4.git2.1 - Linux v3.16-rc4-28-g163e40743f73 |