summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 1e9acb47e9f..63cad888e24 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -20,16 +20,16 @@ config SUSPEND_FREEZER
config HAS_WAKELOCK
bool
- default y
+ default n
config WAKELOCK
bool
- default y
+ default n
config USER_WAKELOCK
bool "Userspace wake locks"
depends on PM_SLEEP
- default y
+ default n
---help---
User-space wake lock api. Write "lockname" or "lockname timeout"
to /sys/power/wake_lock lock and if needed create a wake lock.