The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_DW_ICTL_NAME

Name for Designware Interrupt Controller

Type: string

Help

Give a name for the instance of Designware Interrupt Controller

Direct dependencies

DW_ICTL

(Includes any dependencies from ifs and menus.)

Default

  • “DW_ICTL”

Kconfig definition

At drivers/interrupt_controller/Kconfig.dw:14

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:26drivers/interrupt_controller/Kconfig:53

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

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.)