-
CONFIG_SYS_PM_STATE_LOCK
¶
Enable Power State locking capability
Type: bool
Help¶
Enable Power Management system state locking capability if any application wants to temporarily disable certain Power States while doing any critical work or needs quick response from hardware resources.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/power/Kconfig:3
Included via Kconfig:10
→ Kconfig.zephyr:31
→ kernel/Kconfig:772
→ kernel/Kconfig.power_mgmt:44
Menu path: (top menu) → General Kernel Options → System Power management
config SYS_PM_STATE_LOCK bool prompt "Enable Power State locking capability" ifSYS_POWER_MANAGEMENT
depends onSYS_POWER_MANAGEMENT
help Enable Power Management system state locking capability if any application wants to temporarily disable certain Power States while doing any critical work or needs quick response from hardware resources.
(Definitions include propagated dependencies, including from if’s and menus.)