projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8d272
)
staging: android-alarm: Disable Android alarm driver by default
author
Praneeth Kumar Bajjuri
<
[email protected]
>
Thu, 9 Feb 2012 22:24:37 +0000
(14:24 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 10 Feb 2012 18:08:00 +0000
(10:08 -0800)
Do not enable Android alarm driver by default
CC: Arve Hjønnevåg <
[email protected]
>
CC: Android Kernel Team <
[email protected]
>
CC: Praneeth Bajjuri <
[email protected]
>
Change-Id: Iff8f7a65c4eceecfd084074937c72824697b5e7f
Signed-off-by: Praneeth Bajjuri <
[email protected]
>
[jstultz: tweaked commit subject & msg]
Signed-off-by: John Stultz <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/android/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/android/Kconfig
b/drivers/staging/android/Kconfig
index 2a2b3867a65650045e909c9db495892d2784b234..6bb4fa8e5ffdf677495af21f54c5604cbda1e16c 100644
(file)
--- a/
drivers/staging/android/Kconfig
+++ b/
drivers/staging/android/Kconfig
@@
-108,7
+108,7
@@
source "drivers/staging/android/switch/Kconfig"
config ANDROID_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.