diff options
| author | sravanM <Sravan@mindtribe.com> | 2016-02-11 10:49:06 -0800 | 
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2016-04-19 17:12:56 -0700 | 
| commit | 07957bd97bf8ac4b079f3bb56f80a0ef534fb743 (patch) | |
| tree | 3cf12de069ff9ca1d7b0700818b8bde80b2dacbb /kernel | |
| parent | caa29d028f035240ddd65ace28e5b5f24a6ce26a (diff) | |
| download | olio-linux-3.10-07957bd97bf8ac4b079f3bb56f80a0ef534fb743.tar.xz olio-linux-3.10-07957bd97bf8ac4b079f3bb56f80a0ef534fb743.zip | |
adding in suspend_again
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 |