-
CONFIG_SYS_PM_DEBUG
¶
Enable System Power Management debug hooks
Type: bool
Help¶
Enable System Power Management debugging hooks.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/power/Kconfig:19
Included via Kconfig:8
→ Kconfig.zephyr:36
→ kernel/Kconfig:765
→ kernel/Kconfig.power_mgmt:41
Menu path: (Top) → General Kernel Options → System Power management
config SYS_PM_DEBUG
bool "Enable System Power Management debug hooks"
depends on SYS_POWER_MANAGEMENT
help
Enable System Power Management debugging hooks.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)