:orphan: .. title:: PM_DEBUG .. option:: CONFIG_PM_DEBUG *System Power Management debug hooks* Type: ``bool`` Help ==== Enable System Power Management debugging hooks. Direct dependencies =================== \ :option:`PM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/power/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management .. parsed-literal:: config PM_DEBUG bool "System Power Management debug hooks" depends on \ :option:`PM ` help Enable System Power Management debugging hooks. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*