CONFIG_NUCLEI_ECLIC

Enhanced Core Local Interrupt Controller (ECLIC)

Type: bool

Help

Interrupt controller for Nuclei SoC core.

Direct dependencies

HAS_NUCLEI_ECLIC

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <Zephyr>/drivers/interrupt_controller/Kconfig.eclic:13

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:28<Zephyr>/drivers/interrupt_controller/Kconfig:76

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

config NUCLEI_ECLIC
    bool "Enhanced Core Local Interrupt Controller (ECLIC)"
    default n
    depends on HAS_NUCLEI_ECLIC
    help
      Interrupt controller for Nuclei SoC core.

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