:orphan: .. title:: CONFIG_DW_ICTL_NAME .. kconfig:: CONFIG_DW_ICTL_NAME CONFIG_DW_ICTL_NAME ################### *Name for Designware Interrupt Controller* Type: ``string`` Help ==== .. code-block:: none Give a name for the instance of Designware Interrupt Controller Direct dependencies =================== \ :kconfig:`DW_ICTL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "DW_ICTL" Kconfig definition ================== At ``/interrupt_controller/Kconfig.dw:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:52`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Designware Interrupt Controller .. code-block:: kconfig config DW_ICTL_NAME string "Name for Designware Interrupt Controller" default "DW_ICTL" depends on DW_ICTL help Give a name for the instance of Designware Interrupt Controller *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*