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-tegra | |
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-tegra')
-rw-r--r-- | config-arm-tegra | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-arm-tegra b/config-arm-tegra index c9883a655..870ddc526 100644 --- a/config-arm-tegra +++ b/config-arm-tegra @@ -59,7 +59,7 @@ CONFIG_GPIO_GENERIC_PLATFORM=y # CONFIG_KEYBOARD_TEGRA is not set # CONFIG_MPCORE_WATCHDOG is not set CONFIG_USB_EHCI_TEGRA=y -CONFIG_RTC_DRV_TEGRA=m +CONFIG_RTC_DRV_TEGRA=y CONFIG_SND_SOC_TEGRA=m CONFIG_SND_SOC_TEGRA_ALC5632=m |