CONFIG_RISCV_HAS_CPU_IDLE

Does SOC has CPU IDLE instruction

Type: bool

Help

Does SOC has CPU IDLE instruction

Direct dependencies

SOC_RISCV32_LITEX_VEXRISCV || SOC_SERIES_RISCV32_MIV || SOC_SERIES_RISCV_SIFIVE_FREEDOM || RISCV

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/riscv/litex-vexriscv/Kconfig.defconfig:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config RISCV_HAS_CPU_IDLE
    bool
    depends on SOC_RISCV32_LITEX_VEXRISCV

At <Zephyr>/soc/riscv/riscv-privilege/miv/Kconfig.defconfig.series:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/riscv/riscv-privilege/Kconfig.defconfig:6

Menu path: (Top)

config RISCV_HAS_CPU_IDLE
    bool
    default y
    depends on SOC_SERIES_RISCV32_MIV

At <Zephyr>/soc/riscv/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/riscv/riscv-privilege/Kconfig.defconfig:6

Menu path: (Top)

config RISCV_HAS_CPU_IDLE
    bool
    default y
    depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM

At <Zephyr>/arch/riscv/Kconfig:102

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

Menu path: (Top) → RISCV Options → RISCV Processor Options

config RISCV_HAS_CPU_IDLE
    bool "Does SOC has CPU IDLE instruction"
    depends on RISCV
    help
      Does SOC has CPU IDLE instruction

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