CONFIG_SOC_POWER_MANAGEMENT

MEC1501 Power Management

System Power Management in NPCX family

MEC1501 Power Management

System Power Management in NPCX family

Type: bool

Help

This option enables the board to implement SoC-specific power
management policies whenever the kernel becomes idle. The power
management subsystem will restore to the active state until an
wake-up event is received no matter the system timer is expired or
the other signals occurred such as GPIO, host access, and so on.

Help

This option enables the board to implement SoC-specific power
management policies whenever the kernel becomes idle. The power
management subsystem will restore to the active state until an
wake-up event is received no matter the system timer is expired or
the other signals occurred such as GPIO, host access, and so on.

Direct dependencies

SOC_FAMILY_MEC || (SOC_FAMILY_NPCX && SOC_FAMILY_NPCX) || SOC_FAMILY_MEC || (SOC_FAMILY_NPCX && SOC_FAMILY_NPCX)

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At <Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.soc:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/microchip_mec/Kconfig:15

Menu path: (Top) → Hardware Configuration

config SOC_POWER_MANAGEMENT
    bool "MEC1501 Power Management"
    depends on SOC_FAMILY_MEC

At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:185

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2

Menu path: (Top) → Hardware Configuration

config SOC_POWER_MANAGEMENT
    bool "System Power Management in NPCX family"
    depends on SOC_FAMILY_NPCX && SOC_FAMILY_NPCX
    help
      This option enables the board to implement SoC-specific power
      management policies whenever the kernel becomes idle. The power
      management subsystem will restore to the active state until an
      wake-up event is received no matter the system timer is expired or
      the other signals occurred such as GPIO, host access, and so on.

At <Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.soc:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18<Zephyr>/soc/arm/microchip_mec/Kconfig:15

Menu path: (Top) → Hardware Configuration

config SOC_POWER_MANAGEMENT
    bool "MEC1501 Power Management"
    depends on SOC_FAMILY_MEC

At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:185

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18

Menu path: (Top) → Hardware Configuration

config SOC_POWER_MANAGEMENT
    bool "System Power Management in NPCX family"
    depends on SOC_FAMILY_NPCX && SOC_FAMILY_NPCX
    help
      This option enables the board to implement SoC-specific power
      management policies whenever the kernel becomes idle. The power
      management subsystem will restore to the active state until an
      wake-up event is received no matter the system timer is expired or
      the other signals occurred such as GPIO, host access, and so on.

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