diff options
author | Lukasz Luba <lukasz.luba@arm.com> | 2021-02-09 10:54:35 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-12 16:43:23 +0100 |
commit | c4cc3141b6f8e0097a03f6885cafac957421df9e (patch) | |
tree | 61d6a8b7937d4035359430bebd84d8b8d0726a40 /kernel/power | |
parent | 3af2f0aa2ed04f07975ba1242002b66cd53e6290 (diff) | |
download | linux-stable-c4cc3141b6f8e0097a03f6885cafac957421df9e.tar.gz linux-stable-c4cc3141b6f8e0097a03f6885cafac957421df9e.tar.bz2 linux-stable-c4cc3141b6f8e0097a03f6885cafac957421df9e.zip |
PM: Kconfig: remove unneeded "default n" options
Remove "default n" options. If the "default" line is removed, it
defaults to 'n'.
Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel/power')
-rw-r--r-- | kernel/power/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 56dbc2616d5c..6bfe3ead10ad 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -139,7 +139,6 @@ config PM_SLEEP_SMP_NONZERO_CPU config PM_AUTOSLEEP bool "Opportunistic sleep" depends on PM_SLEEP - default n help Allow the kernel to trigger a system transition into a global sleep state automatically whenever there are no active wakeup sources. @@ -147,7 +146,6 @@ config PM_AUTOSLEEP config PM_WAKELOCKS bool "User space wakeup sources interface" depends on PM_SLEEP - default n help Allow user space to create, activate and deactivate wakeup source objects with the help of a sysfs-based interface. @@ -293,7 +291,6 @@ config PM_GENERIC_DOMAINS config WQ_POWER_EFFICIENT_DEFAULT bool "Enable workqueue power-efficient mode by default" depends on PM - default n help Per-cpu workqueues are generally preferred because they show better performance thanks to cache locality; unfortunately, |