summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-arm-highbank3
-rw-r--r--config-arm-imx2
-rw-r--r--config-arm-omap2
-rw-r--r--config-arm-tegra2
-rw-r--r--config-arm-versatile2
-rw-r--r--kernel.spec3
6 files changed, 11 insertions, 3 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
diff --git a/config-arm-imx b/config-arm-imx
index 6ee58278f..08f213cbb 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 d0fb63a20..3f10e828a 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 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
diff --git a/config-arm-versatile b/config-arm-versatile
index 544624346..54499f9b9 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 08b588443..cdf745a24 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2290,6 +2290,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Jun 12 2012 Peter Robinson <pbrobinson@fedoraproject.org>
+- ARM: build in rtc modules so time gets set right on boot
+
* Mon Jun 11 2012 Josh Boyer <jwboyer@redhat.com>
- Add virtual provides for kernel-module to kernel-modules-extra (rhbz 770444)