The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_VEXRISCV_LITEX_IRQ

VexRiscv LiteX Interrupt controller

Type: bool

Help

IRQ implementation for LiteX VexRiscv

Direct dependencies

SOC_RISCV32_LITEX_VEXRISCV

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/interrupt_controller/Kconfig:36

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:26

Menu path: (Top) → Device Drivers → Interrupt Controllers

config VEXRISCV_LITEX_IRQ
    bool "VexRiscv LiteX Interrupt controller"
    depends on SOC_RISCV32_LITEX_VEXRISCV
    help
      IRQ implementation for LiteX VexRiscv

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)