mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 06:52:07 +00:00
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>
This commit is contained in:
parent
3af2f0aa2e
commit
c4cc3141b6
1 changed files with 0 additions and 3 deletions
|
@ -139,7 +139,6 @@ config PM_SLEEP_SMP_NONZERO_CPU
|
||||||
config PM_AUTOSLEEP
|
config PM_AUTOSLEEP
|
||||||
bool "Opportunistic sleep"
|
bool "Opportunistic sleep"
|
||||||
depends on PM_SLEEP
|
depends on PM_SLEEP
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Allow the kernel to trigger a system transition into a global sleep
|
Allow the kernel to trigger a system transition into a global sleep
|
||||||
state automatically whenever there are no active wakeup sources.
|
state automatically whenever there are no active wakeup sources.
|
||||||
|
@ -147,7 +146,6 @@ config PM_AUTOSLEEP
|
||||||
config PM_WAKELOCKS
|
config PM_WAKELOCKS
|
||||||
bool "User space wakeup sources interface"
|
bool "User space wakeup sources interface"
|
||||||
depends on PM_SLEEP
|
depends on PM_SLEEP
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Allow user space to create, activate and deactivate wakeup source
|
Allow user space to create, activate and deactivate wakeup source
|
||||||
objects with the help of a sysfs-based interface.
|
objects with the help of a sysfs-based interface.
|
||||||
|
@ -293,7 +291,6 @@ config PM_GENERIC_DOMAINS
|
||||||
config WQ_POWER_EFFICIENT_DEFAULT
|
config WQ_POWER_EFFICIENT_DEFAULT
|
||||||
bool "Enable workqueue power-efficient mode by default"
|
bool "Enable workqueue power-efficient mode by default"
|
||||||
depends on PM
|
depends on PM
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Per-cpu workqueues are generally preferred because they show
|
Per-cpu workqueues are generally preferred because they show
|
||||||
better performance thanks to cache locality; unfortunately,
|
better performance thanks to cache locality; unfortunately,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue