The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/power/Kconfig:11

Included via Kconfig:10Kconfig.zephyr:31kernel/Kconfig:772kernel/Kconfig.power_mgmt:44

Menu path: (top menu) → General Kernel Options → System Power management

config SYS_PM_DEBUG
    bool
    prompt "Enable System Power Management debug hooks" if SYS_POWER_MANAGEMENT
    depends on SYS_POWER_MANAGEMENT
    help
      Enable System Power Management debugging hooks.

(Definitions include propagated dependencies, including from if’s and menus.)