diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2012-06-12 20:12:24 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2012-06-12 20:12:24 +0100 |
commit | d12683f278d03f0ddea65705ab26e0f8dd2a1f28 (patch) | |
tree | d441a6cfd706767d73475e182e4e3adf66a8727a /config-arm-highbank | |
parent | 6721e493d416326a656ad079fe9fdf6681286d84 (diff) | |
download | kernel-d12683f278d03f0ddea65705ab26e0f8dd2a1f28.tar.gz kernel-d12683f278d03f0ddea65705ab26e0f8dd2a1f28.tar.xz kernel-d12683f278d03f0ddea65705ab26e0f8dd2a1f28.zip |
ARM: build in rtc modules so time gets set right on boot
Diffstat (limited to 'config-arm-highbank')
-rw-r--r-- | config-arm-highbank | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-arm-highbank b/config-arm-highbank index e8701cfa7..40b5e6c04 100644 --- a/config-arm-highbank +++ b/config-arm-highbank @@ -31,5 +31,8 @@ CONFIG_GPIO_PL061=y CONFIG_SERIAL_AMBA_PL010=y CONFIG_SERIAL_AMBA_PL010_CONSOLE=y +CONFIG_RTC_DRV_PL030=y +CONFIG_RTC_DRV_PL031=y + # CONFIG_DVB_TDA1004X is not set # CONFIG_DVB_PLL is not set |