:orphan: .. title:: CONFIG_DW_ICTL .. kconfig:: CONFIG_DW_ICTL CONFIG_DW_ICTL ############## *Designware Interrupt Controller* Type: ``bool`` Help ==== .. code-block:: none Designware Interrupt Controller can be used as a 2nd level interrupt controller which combines several sources of interrupt into one line that is then routed to the 1st level interrupt controller. Direct dependencies =================== \ :kconfig:`MULTI_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/interrupt_controller/Kconfig.dw:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:52`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig menuconfig DW_ICTL bool "Designware Interrupt Controller" depends on MULTI_LEVEL_INTERRUPTS help Designware Interrupt Controller can be used as a 2nd level interrupt controller which combines several sources of interrupt into one line that is then routed to the 1st level interrupt controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*