:orphan: .. title:: GPIO_DW_3_IRQ_SHARED .. option:: CONFIG_GPIO_DW_3_IRQ_SHARED *Shared IRQ* Type: ``bool`` Help ==== When interrupts fire, the shared IRQ driver is notified. Then the shared IRQ driver dispatches the interrupt to other drivers. Direct dependencies =================== \ :option:`SHARED_IRQ ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`GPIO_DW_SHARED_IRQ ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.dw:137`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO → Designware GPIO block 1 → Port 1 Interrupts via .. parsed-literal:: config GPIO_DW_3_IRQ_SHARED bool "Shared IRQ" select \ :option:`GPIO_DW_SHARED_IRQ ` depends on \ :option:`SHARED_IRQ ` && \ :ref:` ` help When interrupts fire, the shared IRQ driver is notified. Then the shared IRQ driver dispatches the interrupt to other drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*