[kernel] ARM: build in rtc modules so time gets set right on boot

Peter Robinson pbrobinson at fedoraproject.org
Tue Jun 12 19:12:32 UTC 2012


commit d12683f278d03f0ddea65705ab26e0f8dd2a1f28
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jun 12 20:12:24 2012 +0100

    ARM: build in rtc modules so time gets set right on boot

 config-arm-highbank  |    3 +++
 config-arm-imx       |    2 +-
 config-arm-omap      |    2 +-
 config-arm-tegra     |    2 +-
 config-arm-versatile |    2 ++
 kernel.spec          |    3 +++
 6 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/config-arm-highbank b/config-arm-highbank
index e8701cf..40b5e6c 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
diff --git a/config-arm-imx b/config-arm-imx
index 6ee5827..08f213c 100644
--- a/config-arm-imx
+++ b/config-arm-imx
@@ -57,7 +57,7 @@ CONFIG_USB_EHCI_MXC=y
 # CONFIG_USB_IMX21_HCD is not set
 CONFIG_MMC_SDHCI_ESDHC_IMX=m
 CONFIG_MMC_MXC=m
-CONFIG_RTC_MXC=m
+CONFIG_RTC_MXC=y
 
 CONFIG_BACKLIGHT_PWM=m
 CONFIG_LEDS_PWM=m
diff --git a/config-arm-omap b/config-arm-omap
index d0fb63a..3f10e82 100644
--- a/config-arm-omap
+++ b/config-arm-omap
@@ -244,7 +244,7 @@ CONFIG_MMC_OMAP=m
 CONFIG_MMC_OMAP_HS=y
 CONFIG_TWL4030_USB=y
 CONFIG_TWL6030_USB=y
-CONFIG_RTC_DRV_TWL4030=m
+CONFIG_RTC_DRV_TWL4030=y
 
 CONFIG_TIDSPBRIDGE=m
 CONFIG_TIDSPBRIDGE_MEMPOOL_SIZE=0x600000
diff --git a/config-arm-tegra b/config-arm-tegra
index c9883a6..870ddc5 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
diff --git a/config-arm-versatile b/config-arm-versatile
index 5446243..54499f9 100644
--- a/config-arm-versatile
+++ b/config-arm-versatile
@@ -67,5 +67,7 @@ CONFIG_MMC_DW=m
 
 # CONFIG_ARM_CHARLCD is not set
 CONFIG_PL330_DMA=y
+CONFIG_RTC_DRV_PL030=y
+CONFIG_RTC_DRV_PL031=y
 
 CONFIG_I2C_VERSATILE=y
diff --git a/kernel.spec b/kernel.spec
index 08b5884..cdf745a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2290,6 +2290,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Tue Jun 12 2012 Peter Robinson <pbrobinson at fedoraproject.org>
+- ARM: build in rtc modules so time gets set right on boot
+
 * Mon Jun 11 2012 Josh Boyer <jwboyer at redhat.com> 
 - Add virtual provides for kernel-module to kernel-modules-extra (rhbz 770444)
 


More information about the scm-commits mailing list