diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/power/Kconfig | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index f8cc6c43efe..361341b6069 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -289,3 +289,10 @@ config SUSPEND_TIME  	  Prints the time spent in suspend in the kernel log, and  	  keeps statistics on the time spent in suspend in  	  /sys/kernel/debug/suspend_time + +config HAS_AMBIENTMODE +	def_bool y +	depends on PM +	---help--- +	  Ambient mode should not turn off/on display/back-light/etc. +	  at suspend/resume time |