The latest development version of this page may be more current than this released 1.14.1 version.
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;

Direct dependencies

SOC_FAMILY_RISCV_PRIVILEGE

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/interrupt_controller/Kconfig:113

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config PLIC
    bool
    prompt "Platform Level Interrupt Controller (PLIC)" if SOC_FAMILY_RISCV_PRIVILEGE
    default "y" if SOC_FAMILY_RISCV_PRIVILEGE
    select RISCV_HAS_PLIC if SOC_FAMILY_RISCV_PRIVILEGE
    depends on SOC_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.)