summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Kumar Bajjuri <a0132704@ti.com>2011-10-30 23:01:41 +0800
committerAndy Green <andy.green@linaro.org>2011-11-11 18:38:54 +0800
commita6051e94184ba64483cd6ee5a9b59c0cb84c0265 (patch)
tree32d2f69a0fdebaa8ad29f3dac2472937bb0ee63d
parent52420be7810eddef91d2a06a267661513712e821 (diff)
downloadpanda-a6051e94184ba64483cd6ee5a9b59c0cb84c0265.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 7f1abd6949e..a90dab700d9 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.