summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Kumar Bajjuri <a0132704@ti.com>2011-12-02 14:02:23 +0800
committerAndy Green <andy.green@linaro.org>2011-12-02 14:02:23 +0800
commit9fe938c160887fe6bd8ce61a7bf2494a44bf6f93 (patch)
treeea687fda92cf1f8794e4c81d1cebbe44f79b736d
parent080807873214a1b37729d1275c7382e22efb3294 (diff)
Disable Android alarm driver by default
tmp: do not enable Android alarm driver by default Change-Id: Iff8f7a65c4eceecfd084074937c72824697b5e7f Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--drivers/rtc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index aa1ab14d060..329349e6ee9 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -109,7 +109,7 @@ config RTC_INTF_DEV_UIE_EMUL
config RTC_INTF_ALARM
bool "Android alarm driver"
depends on RTC_CLASS
- default y
+ default n
help
Provides non-wakeup and rtc backed wakeup alarms based on rtc or
elapsed realtime, and a non-wakeup alarm on the monotonic clock.