-
CONFIG_RISCV_HAS_CPU_IDLE
¶
Does SOC has CPU IDLE instruction
Type: bool
Help¶
Does SOC has CPU IDLE instruction
Direct dependencies¶
SOC_RISCV32_PULPINO
|| SOC_SERIES_RISCV32_MIV
|| SOC_SERIES_RISCV32_SIFIVE_FREEDOM
|| RISCV32
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SOC_RISCV32_PULPINO
- “y” if
SOC_SERIES_RISCV32_MIV
- “y” if
SOC_SERIES_RISCV32_SIFIVE_FREEDOM
Kconfig definitions¶
At arch/riscv32/soc/pulpino/Kconfig.defconfig:19
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config RISCV_HAS_CPU_IDLE bool default "y" ifSOC_RISCV32_PULPINO
depends onSOC_RISCV32_PULPINO
At arch/riscv32/soc/riscv-privilege/miv/Kconfig.defconfig.series:15
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/riscv32/soc/riscv-privilege/Kconfig.defconfig:7
Menu path: (top menu)
config RISCV_HAS_CPU_IDLE bool default "y" ifSOC_SERIES_RISCV32_MIV
depends onSOC_SERIES_RISCV32_MIV
At arch/riscv32/soc/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:15
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/riscv32/soc/riscv-privilege/Kconfig.defconfig:7
Menu path: (top menu)
config RISCV_HAS_CPU_IDLE bool default "y" ifSOC_SERIES_RISCV32_SIFIVE_FREEDOM
depends onSOC_SERIES_RISCV32_SIFIVE_FREEDOM
At arch/riscv32/Kconfig:55
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → RISCV32 Options → RISCV32 Processor Options
config RISCV_HAS_CPU_IDLE bool prompt "Does SOC has CPU IDLE instruction" ifRISCV32
depends onRISCV32
help Does SOC has CPU IDLE instruction
(Definitions include propagated dependencies, including from if’s and menus.)