aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2012-05-05 15:57:28 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-05-11 15:11:16 -0400
commit4e585d25e120f1eae0a3a8bf8f6ebc7692afec18 (patch)
tree9385b0ca4d8de60c08896193a0187f5074b55496 /kernel/power/Kconfig
parentc73893e2ca731b4a81ae59246ab57979aa188777 (diff)
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/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 08783eda9ce4..8f9b4eb974e0 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -125,6 +125,11 @@ config PM_WAKELOCKS_LIMIT
125 default 100 125 default 100
126 depends on PM_WAKELOCKS 126 depends on PM_WAKELOCKS
127 127
128config PM_WAKELOCKS_GC
129 bool "Garbage collector for user space wakeup sources"
130 depends on PM_WAKELOCKS
131 default y
132
128config PM_RUNTIME 133config PM_RUNTIME
129 bool "Run-time PM core functionality" 134 bool "Run-time PM core functionality"
130 depends on !IA64_HP_SIM 135 depends on !IA64_HP_SIM