diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/power/Kconfig | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 5f90fabf943..f8cc6c43efe 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -18,6 +18,14 @@ config SUSPEND_FREEZER  	  Turning OFF this setting is NOT recommended! If in doubt, say Y. +config HAS_WAKELOCK +	bool +	default y + +config WAKELOCK +	bool +	default y +  config HIBERNATE_CALLBACKS  	bool |