diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-05 21:57:20 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-11 21:11:02 +0200 |
commit | c73893e2ca731b4a81ae59246ab57979aa188777 (patch) | |
tree | bec6c0253b848ea658acb72de6bfd86e707bc798 /kernel/power/Kconfig | |
parent | 6237dd132d4eb408ffa80830fe395448e5657ab0 (diff) | |
download | talos-obmc-linux-c73893e2ca731b4a81ae59246ab57979aa188777.tar.gz talos-obmc-linux-c73893e2ca731b4a81ae59246ab57979aa188777.zip |
PM / Sleep: Make the limit of user space wakeup sources configurable
Make it possible to configure out the check against the limit of
user space wakeup sources 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 1d534076d33a..08783eda9ce4 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -119,6 +119,12 @@ config PM_WAKELOCKS Allow user space to create, activate and deactivate wakeup source objects with the help of a sysfs-based interface. +config PM_WAKELOCKS_LIMIT + int "Maximum number of user space wakeup sources (0 = no limit)" + range 0 100000 + default 100 + depends on PM_WAKELOCKS + config PM_RUNTIME bool "Run-time PM core functionality" depends on !IA64_HP_SIM |