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

Symbols that select this symbol

Kconfig definitions

At soc/riscv32/riscv-privilege/miv/Kconfig.defconfig.series:21

Included via Kconfig:10Kconfig.zephyr:23soc/riscv32/riscv-privilege/Kconfig.defconfig:7

Menu path: (top menu)

config RISCV_HAS_PLIC
    bool
    default "y" if SOC_SERIES_RISCV32_MIV
    depends on SOC_SERIES_RISCV32_MIV

At soc/riscv32/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:21

Included via Kconfig:10Kconfig.zephyr:23soc/riscv32/riscv-privilege/Kconfig.defconfig:7

Menu path: (top menu)

config RISCV_HAS_PLIC
    bool
    default "y" if SOC_SERIES_RISCV32_SIFIVE_FREEDOM
    depends on SOC_SERIES_RISCV32_SIFIVE_FREEDOM

At soc/riscv32/riscv-privilege/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:27soc/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" if SOC_FAMILY_RISCV_PRIVILEGE
    depends on SOC_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.)