:orphan: .. title:: CONFIG_SOC_POWER_MANAGEMENT_TRACE .. kconfig:: CONFIG_SOC_POWER_MANAGEMENT_TRACE CONFIG_SOC_POWER_MANAGEMENT_TRACE ################################# *Trace System Power Management in NPCX family* *Trace System Power Management in NPCX family* Type: ``bool`` Help ==== .. code-block:: none Internal config to enable runtime power management traces. Help ==== .. code-block:: none Internal config to enable runtime power management traces. Direct dependencies =================== (\ :kconfig:`SOC_POWER_MANAGEMENT ` && \ :kconfig:`SOC_FAMILY_NPCX `) || (\ :kconfig:`SOC_POWER_MANAGEMENT ` && \ :kconfig:`SOC_FAMILY_NPCX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/arm/nuvoton_npcx/Kconfig:195`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → System Power Management in NPCX family .. code-block:: kconfig config SOC_POWER_MANAGEMENT_TRACE bool "Trace System Power Management in NPCX family" depends on SOC_POWER_MANAGEMENT && SOC_FAMILY_NPCX help Internal config to enable runtime power management traces. ---- At ``/arm/nuvoton_npcx/Kconfig:195`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → System Power Management in NPCX family .. code-block:: kconfig config SOC_POWER_MANAGEMENT_TRACE bool "Trace System Power Management in NPCX family" 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.)*