summaryrefslogtreecommitdiff
path: root/kernel/power
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/power')
-rw-r--r--kernel/power/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index deb2df6a7129..84c480946fb2 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -29,8 +29,13 @@ config SUSPEND_SKIP_SYNC
user-space before invoking suspend. Say Y if that's your case.
config WAKELOCK
- bool
+ bool "Android's method of preventing suspend"
default y
+ ---help---
+ This allows applications to prevent the CPU from suspending while
+ they need it.
+
+ Say Y if you are running an android userspace.
config HIBERNATE_CALLBACKS
bool