CONFIG_HAS_SYS_POWER_STATE_SLEEP_1

(No prompt – not directly user assignable.)

Type: bool

Help

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

Default

  • y

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<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_SYS_POWER_STATE_SLEEP_1
    bool
    default y
    depends on SOC_POWER_MANAGEMENT && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X

At <Zephyr>/arch/Kconfig:485

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29

Menu path: (Top)

config HAS_SYS_POWER_STATE_SLEEP_1
    bool
    help
      This option signifies that the target supports the SYS_POWER_STATE_SLEEP_1
      configuration option.

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