aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Kumar Bajjuri <a0132704@ti.com>2011-12-13 01:23:12 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 10:52:59 +0800
commit223e3d7289ac1004aab19ad504921e20416b8999 (patch)
treeaf80599c41297f3ac7c2620acddc8c77cc6346eb
parent7665d29ac3c16e1d11069839d427ab820806ba61 (diff)
downloadimx53-223e3d7289ac1004aab19ad504921e20416b8999.tar.gz
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.