-
CONFIG_RISCV_HAS_PLIC
¶
Does the SOC provide support for a Platform Level Interrupt Controller
Type: bool
Help¶
Does the SOC provide support for a Platform Level Interrupt Controller
Direct dependencies¶
SOC_SERIES_RISCV32_MIV
|| SOC_SERIES_RISCV32_SIFIVE_FREEDOM
|| (SOC_FAMILY_RISCV_PRIVILEGE
&& RISCV32
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SOC_SERIES_RISCV32_MIV
- “y” if
SOC_SERIES_RISCV32_SIFIVE_FREEDOM
Kconfig definitions¶
At arch/riscv32/soc/riscv-privilege/miv/Kconfig.defconfig.series:19
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/riscv32/soc/riscv-privilege/Kconfig.defconfig:7
Menu path: (top menu)
config RISCV_HAS_PLIC bool default "y" ifSOC_SERIES_RISCV32_MIV
depends onSOC_SERIES_RISCV32_MIV
At arch/riscv32/soc/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:19
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/riscv32/soc/riscv-privilege/Kconfig.defconfig:7
Menu path: (top menu)
config RISCV_HAS_PLIC bool default "y" ifSOC_SERIES_RISCV32_SIFIVE_FREEDOM
depends onSOC_SERIES_RISCV32_SIFIVE_FREEDOM
At arch/riscv32/soc/riscv-privilege/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/riscv32/Kconfig:18
Menu path: (top menu) → RISCV32 Options
config RISCV_HAS_PLIC bool prompt "Does the SOC provide support for a Platform Level Interrupt Controller" ifSOC_FAMILY_RISCV_PRIVILEGE
&&RISCV32
depends onSOC_FAMILY_RISCV_PRIVILEGE
&&RISCV32
help Does the SOC provide support for a Platform Level Interrupt Controller
(Definitions include propagated dependencies, including from if’s and menus.)