:orphan: .. title:: CONFIG_HAS_NUCLEI_ECLIC .. kconfig:: CONFIG_HAS_NUCLEI_ECLIC CONFIG_HAS_NUCLEI_ECLIC ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Indicate that the platform has ECLIC. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_GD32VF103 ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.eclic:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:76`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig config HAS_NUCLEI_ECLIC bool help Indicate that the platform has ECLIC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*