diff options
| author | Wengang Wu <wgw@motorola.com> | 2014-04-23 09:38:46 -0500 |
|---|---|---|
| committer | Wengang Wu <wgw@motorola.com> | 2014-04-23 16:31:52 +0000 |
| commit | 284a121061cf6c9940708934daabb9083043b29f (patch) | |
| tree | 39efb294878490685ce49bf3d9343ce3b1a55a41 /kernel | |
| parent | 3474554e21217f8893e1d47ef94b14d22080c265 (diff) | |
| download | olio-linux-3.10-284a121061cf6c9940708934daabb9083043b29f.tar.xz olio-linux-3.10-284a121061cf6c9940708934daabb9083043b29f.zip | |
IKXCLOCK-872 Display: support ambient mode
Change-Id: I0be8a9f1222db527a941de29606cd47aa57b3730
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 |