CONFIG_DW_ICTL

Designware Interrupt Controller

Type: bool

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.

Direct dependencies

MULTI_LEVEL_INTERRUPTS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/interrupt_controller/Kconfig:124

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config DW_ICTL
    bool
    prompt "Designware Interrupt Controller" if MULTI_LEVEL_INTERRUPTS
    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.

(Definitions include propagated dependencies, including from if’s and menus.)