diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-05 21:57:28 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-11 21:11:16 +0200 |
commit | 4e585d25e120f1eae0a3a8bf8f6ebc7692afec18 (patch) | |
tree | 9385b0ca4d8de60c08896193a0187f5074b55496 /kernel/power/Kconfig | |
parent | c73893e2ca731b4a81ae59246ab57979aa188777 (diff) | |
download | op-kernel-dev-4e585d25e120f1eae0a3a8bf8f6ebc7692afec18.zip op-kernel-dev-4e585d25e120f1eae0a3a8bf8f6ebc7692afec18.tar.gz |
PM / Sleep: User space wakeup sources garbage collector Kconfig option
Make it possible to configure out the user space wakeup sources
garbage collector for debugging and default Android builds.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Arve Hjønnevåg <arve@android.com>
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r-- | kernel/power/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 08783ed..8f9b4eb 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -125,6 +125,11 @@ config PM_WAKELOCKS_LIMIT default 100 depends on PM_WAKELOCKS +config PM_WAKELOCKS_GC + bool "Garbage collector for user space wakeup sources" + depends on PM_WAKELOCKS + default y + config PM_RUNTIME bool "Run-time PM core functionality" depends on !IA64_HP_SIM |