[PATCH 2/2] RTC: Fix to correct improper implementation of clock update irq (RTC_UIE) and enable UIE Emulation Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran at stericsson.com>

Ramesh Chandrasekaran ramesh.chandrasekaran at stericsson.com
Tue Apr 24 11:02:40 UTC 2012


From: ramesh.chandrasekaran <ramesh.chandrasekaran at stericsson.com>

---
 arch/arm/configs/u8500_defconfig |    1 -
 drivers/rtc/Kconfig              |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index 99a21e6..2511cad 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -240,7 +240,6 @@ CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_AB=y
 CONFIG_RTC_DRV_AB8500=y
-CONFIG_RTC_INTF_DEV_UIE_EMUL=y
 CONFIG_DMADEVICES=y
 CONFIG_STE_DMA40=y
 CONFIG_STAGING=y
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 540a4e9..1039397 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -715,6 +715,7 @@ config RTC_DRV_AB3100
 config RTC_DRV_AB8500
 	tristate "ST-Ericsson AB8500 RTC"
 	depends on AB8500_CORE
+	select RTC_INTF_DEV_UIE_EMUL
 	help
 	  Select this to enable the ST-Ericsson AB8500 power management IC RTC
 	  support. This chip contains a battery- and capacitor-backed RTC.
-- 
1.7.1



More information about the kernel mailing list