CONFIG_PM_DEBUG

System Power Management debug hooks

Type: bool

Help

Enable System Power Management debugging hooks.

Direct dependencies

PM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/pm/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:43

Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power Management

config PM_DEBUG
    bool "System Power Management debug hooks"
    depends on PM
    help
      Enable System Power Management debugging hooks.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)