aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2012-04-19 11:18:25 -0700
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-11-05 11:47:54 -0800
commitac768a64834c62aaeca367444fbf308a56d5b48b (patch)
treee648e0ece1ce14b0a70d15fee3ab09be93375c23 /kernel
parenta63a7cd03a3b901cafbd251695d6adb59a4aef9c (diff)
config: Set Andorid config options to default n
Tixy noted some problems using combined source trees to build ubuntu kernels, as some Android features default on. This patch changes them to default N. Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index f8cc6c43efec..138955b3fa4d 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -20,11 +20,11 @@ config SUSPEND_FREEZER
config HAS_WAKELOCK
bool
- default y
+ default n
config WAKELOCK
bool
- default y
+ default n
config HIBERNATE_CALLBACKS
bool