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 1c7f33b6e0f..b8f3ced65ce 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -296,3 +296,10 @@ config HAS_AMBIENTMODE  	---help---  	  Ambient mode should not turn off/on display/back-light/etc.  	  at suspend/resume time +	   +config PM_SUSPEND_AGAIN_OPS +	bool "Suspend again ops" +	def_bool n +	depends on PM || SUSPEND +	---help--- +		Select if the platform supports suspend again ops |