• Home
  • Raw
  • Download

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
95 config PM_STD_PARTITION
100 The default resume partition is the partition that the suspend-
101 to-disk implementation will look for a suspended disk image.
117 config PM_SLEEP
122 config PM_SLEEP_SMP
129 config PM_SLEEP_SMP_NONZERO_CPU
135 non-zero numbered CPU, it may define ARCH_SUSPEND_NONZERO_CPU. This
138 config PM_AUTOSLEEP
145 config PM_USERSPACE_AUTOSLEEP
151 This option changes the behavior of various sleep-sensitive code to deal
152 with frequent userspace-initiated transitions into a global sleep state.
165 config PM_WAKELOCKS
166 bool "User space wakeup sources interface"
169 Allow user space to create, activate and deactivate wakeup source
170 objects with the help of a sysfs-based interface.
172 config PM_WAKELOCKS_LIMIT
173 int "Maximum number of user space wakeup sources (0 = no limit)"
178 config PM_WAKELOCKS_GC
179 bool "Garbage collector for user space wakeup sources"
183 config PM
186 Enable functionality allowing I/O devices to be put into energy-saving
188 (autosuspended), and woken up in response to a hardware-generated
189 wake-up event or a driver's request.
194 wake-up events.
196 config PM_DEBUG
204 config PM_ADVANCED_DEBUG
205 bool "Extra PM attributes in sysfs for low-level debugging/testing"
209 fields of device objects from user space. If you are not a kernel
212 config PM_TEST_SUSPEND
223 config PM_SLEEP_DEBUG
227 config DPM_WATCHDOG
237 config DPM_WATCHDOG_TIMEOUT
243 config PM_TRACE
251 functions from <linux/resume-trace.h> as well as the
252 <asm/resume-trace.h> header with a TRACE_RESUME() macro.
254 The way the information is presented is architecture-
258 config PM_TRACE_RTC
271 dmesg -s 1000000 | grep 'hash matches'
273 CAUTION: this option will cause your machine's real-time clock to be
276 config APM_EMULATION
284 battery status information, and user-space programs will receive
288 and more information, read <file:Documentation/power/apm-acpi.rst>
289 and the Battery Powered Linux mini-HOWTO, available from
294 VESA-compliant "green" monitors.
302 config PM_CLK
306 config PM_GENERIC_DOMAINS
310 config WQ_POWER_EFFICIENT_DEFAULT
311 bool "Enable workqueue power-efficient mode by default"
314 Per-cpu workqueues are generally preferred because they show
316 per-cpu workqueues tend to be more power hungry than unbound
320 per-cpu workqueues which were observed to contribute
324 This config option determines whether workqueue.power_efficient
329 config PM_GENERIC_DOMAINS_SLEEP
333 config PM_GENERIC_DOMAINS_OF
337 config CPU_PM
340 config ENERGY_MODEL
347 make smarter decisions. This config option enables the framework
350 The exact usage of the energy model is subsystem-dependent.