CONFIG_GPIO_DW_0_IRQ_DIRECT

Direct Hardware Interrupt

Type: bool

Help

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

Direct dependencies

<choice: Port 0 Interrupts via>

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

Kconfig definition

At drivers/gpio/Kconfig.dw:56

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:35

Menu path: (top menu) → Device Drivers → GPIO Drivers → Designware GPIO → Port 0 Interrupts via

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

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