-
CONFIG_PLIC
¶
Platform Level Interrupt Controller (PLIC)
Type: bool
Help¶
Platform Level Interrupt Controller provides support for external interrupt lines defined by the RISC-V SoC;
Defaults¶
- “y” if
SOC_FAMILY_RISCV_PRIVILEGE
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/interrupt_controller/Kconfig:113
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:24
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config PLIC bool prompt "Platform Level Interrupt Controller (PLIC)" ifSOC_FAMILY_RISCV_PRIVILEGE
default "y" ifSOC_FAMILY_RISCV_PRIVILEGE
selectRISCV_HAS_PLIC
ifSOC_FAMILY_RISCV_PRIVILEGE
depends onSOC_FAMILY_RISCV_PRIVILEGE
help Platform Level Interrupt Controller provides support for external interrupt lines defined by the RISC-V SoC;
(Definitions include propagated dependencies, including from if’s and menus.)