:orphan: .. title:: GPIO_DW_0_IRQ_DIRECT .. option:: CONFIG_GPIO_DW_0_IRQ_DIRECT *Direct Hardware Interrupt* Type: ``bool`` Help ==== .. code-block:: none When interrupts fire, the driver's ISR function is being called directly. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/gpio/Kconfig.dw:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO → Designware GPIO block 0 → Port 0 Interrupts via .. code-block:: kconfig config GPIO_DW_0_IRQ_DIRECT bool "Direct Hardware Interrupt" depends on help When interrupts fire, the driver's ISR function is being called directly. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*