summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPraneeth Kumar Bajjuri <a0132704@ti.com>2011-12-13 01:23:12 +0800
committerAndy Green <andy.green@linaro.org>2011-12-26 16:42:29 +0800
commit2f5b0971a457841bdd61c7365dea08df837f9333 (patch)
tree818bb9070e7fa50c1739deae3461b07a3397a7f5 /drivers
parentf60708c71983d2eeb1dfa459a704626b26a90aa7 (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>
Diffstat (limited to 'drivers')
-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.