CONFIG_SYS_PM_DEBUG

Enable System Power Management debug hooks

Type: bool

Help

Enable System Power Management debugging hooks.

Direct dependencies

SYS_POWER_MANAGEMENT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/power/Kconfig:60

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:36

Menu path: (Top) → Sub Systems and OS Services → Power Management → 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.)