CONFIG_HAS_POWER_STATE_DEEP_SLEEP_1

(No prompt – not directly user assignable.)

Type: bool

Help

This option signifies that the target supports the POWER_STATE_DEEP_SLEEP_1 configuration option.

Default

  • y

Kconfig definitions

At <Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.defconfig.mec1501hsz:76

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:19<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/microchip_mec/Kconfig.defconfig:3<Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:17

Menu path: (Top)

config HAS_POWER_STATE_DEEP_SLEEP_1
    bool
    default y
    depends on SOC_POWER_MANAGEMENT && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X

At <Zephyr>/subsys/power/Kconfig:138

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:39

Menu path: (Top) → Sub Systems and OS Services

config HAS_POWER_STATE_DEEP_SLEEP_1
    bool
    help
      This option signifies that the target supports the POWER_STATE_DEEP_SLEEP_1
      configuration option.

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