:orphan: .. title:: CONFIG_NUCLEI_ECLIC .. kconfig:: CONFIG_NUCLEI_ECLIC CONFIG_NUCLEI_ECLIC ################### *Enhanced Core Local Interrupt Controller (ECLIC)* Type: ``bool`` Help ==== .. code-block:: none Interrupt controller for Nuclei SoC core. Direct dependencies =================== \ :kconfig:`HAS_NUCLEI_ECLIC ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/interrupt_controller/Kconfig.eclic:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:76`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig 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.)*