Lines Matching +full:config +full:- +full:space
1 # SPDX-License-Identifier: GPL-2.0-only
2 config SUSPEND
9 suspend-to-RAM state (e.g. the ACPI S3 state).
11 config SUSPEND_FREEZER
22 config SUSPEND_SKIP_SYNC
30 user-space before invoking suspend. There's a run-time switch
32 This setting changes the default for the run-tim switch. Say Y
35 config HIBERNATE_CALLBACKS
38 config HIBERNATION
60 for suspend states like suspend-to-RAM (STR) often don't work very
72 <file:Documentation/power/swsusp-and-swap-files.rst>).
83 config HIBERNATION_SNAPSHOT_DEV
100 config HIBERNATION_COMP_LZO
104 config HIBERNATION_COMP_LZ4
110 config HIBERNATION_DEF_COMP
117 config PM_STD_PARTITION
122 The default resume partition is the partition that the suspend-
123 to-disk implementation will look for a suspended disk image.
139 config PM_SLEEP
144 config PM_SLEEP_SMP
151 config PM_SLEEP_SMP_NONZERO_CPU
157 non-zero numbered CPU, it may define ARCH_SUSPEND_NONZERO_CPU. This
160 config PM_AUTOSLEEP
167 config PM_USERSPACE_AUTOSLEEP
173 This option changes the behavior of various sleep-sensitive code to deal
174 with frequent userspace-initiated transitions into a global sleep state.
187 config PM_WAKELOCKS
188 bool "User space wakeup sources interface"
191 Allow user space to create, activate and deactivate wakeup source
192 objects with the help of a sysfs-based interface.
194 config PM_WAKELOCKS_LIMIT
195 int "Maximum number of user space wakeup sources (0 = no limit)"
200 config PM_WAKELOCKS_GC
201 bool "Garbage collector for user space wakeup sources"
205 config PM
208 Enable functionality allowing I/O devices to be put into energy-saving
210 (autosuspended), and woken up in response to a hardware-generated
211 wake-up event or a driver's request.
216 wake-up events.
218 config PM_DEBUG
226 config PM_ADVANCED_DEBUG
227 bool "Extra PM attributes in sysfs for low-level debugging/testing"
231 fields of device objects from user space. If you are not a kernel
234 config PM_TEST_SUSPEND
245 config PM_SLEEP_DEBUG
249 config DPM_WATCHDOG
259 config DPM_WATCHDOG_TIMEOUT
265 config DPM_WATCHDOG_WARNING_TIMEOUT
272 different then a non-fatal warning (with a stack trace of
274 timeout expires. If the suspend routine gets un-stuck
277 timeout expires then an emergency-level message and stack
284 config PM_TRACE
292 functions from <linux/resume-trace.h> as well as the
293 <asm/resume-trace.h> header with a TRACE_RESUME() macro.
295 The way the information is presented is architecture-
299 config PM_TRACE_RTC
312 dmesg -s 1000000 | grep 'hash matches'
314 CAUTION: this option will cause your machine's real-time clock to be
317 config APM_EMULATION
325 battery status information, and user-space programs will receive
329 and more information, read <file:Documentation/power/apm-acpi.rst>
330 and the Battery Powered Linux mini-HOWTO, available from
335 VESA-compliant "green" monitors.
343 config PM_CLK
347 config PM_GENERIC_DOMAINS
351 config WQ_POWER_EFFICIENT_DEFAULT
352 bool "Enable workqueue power-efficient mode by default"
355 Per-cpu workqueues are generally preferred because they show
357 per-cpu workqueues tend to be more power hungry than unbound
361 per-cpu workqueues which were observed to contribute
365 This config option determines whether workqueue.power_efficient
370 config PM_GENERIC_DOMAINS_SLEEP
374 config PM_GENERIC_DOMAINS_OF
378 config CPU_PM
381 config ENERGY_MODEL
388 make smarter decisions. This config option enables the framework
391 The exact usage of the energy model is subsystem-dependent.