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

Direct Hardware Interrupt

Type: bool

Help

When interrupts fire, the driver’s ISR function is being called directly.

Direct dependencies

<choice: Port 1 Interrupts via>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/gpio/Kconfig.dw:74

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:34drivers/gpio/Kconfig:24

Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO → Designware GPIO block 1 → Port 1 Interrupts via

config GPIO_DW_1_IRQ_DIRECT
    bool "Direct Hardware Interrupt"
    depends on <choice: Port 1 Interrupts via>
    help
      When interrupts fire, the driver's ISR function is being called directly.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)