:orphan: .. title:: SOC_POWER_MANAGEMENT_TRACE .. option:: CONFIG_SOC_POWER_MANAGEMENT_TRACE *Trace System Power Management in NPCX series* Type: ``bool`` Help ==== .. code-block:: none Internal config to enable runtime power management traces. Direct dependencies =================== \ :option:`SOC_POWER_MANAGEMENT ` && \ :option:`SOC_FAMILY_NPCX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/arm/nuvoton_npcx/npcx7/Kconfig.soc:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nuvoton_npcx/Kconfig:164`` Menu path: (Top) → Hardware Configuration → System Power Management in NPCX series .. code-block:: kconfig config SOC_POWER_MANAGEMENT_TRACE bool "Trace System Power Management in NPCX series" depends on SOC_POWER_MANAGEMENT && SOC_FAMILY_NPCX help Internal config to enable runtime power management traces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*