-
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
(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 soc/riscv32/riscv-privilege/miv/Kconfig.defconfig.series:21
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/riscv32/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 soc/riscv32/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:21
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/riscv32/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 soc/riscv32/riscv-privilege/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:27
→ soc/Kconfig:12
Menu path: (top menu) → Hardware Configuration
config RISCV_HAS_PLIC bool prompt "Does the SOC provide support for a Platform Level Interrupt Controller" ifSOC_FAMILY_RISCV_PRIVILEGE
depends onSOC_FAMILY_RISCV_PRIVILEGE
help Does the SOC provide support for a Platform Level Interrupt Controller
(Definitions include propagated dependencies, including from if’s and menus.)