-
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;
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/interrupt_controller/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:26
Menu path: (Top) → Device Drivers → Interrupt Controllers
config PLIC bool "Platform Level Interrupt Controller (PLIC)" default y selectRISCV_HAS_PLIC
selectMULTI_LEVEL_INTERRUPTS
select2ND_LEVEL_INTERRUPTS
depends onSOC_FAMILY_RISCV_PRIVILEGE
help Platform Level Interrupt Controller provides support for external interrupt lines defined by the RISC-V SoC;
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)