:orphan: .. title:: CONFIG_GPIO_DW_0_IRQ_SHARED .. kconfig:: CONFIG_GPIO_DW_0_IRQ_SHARED CONFIG_GPIO_DW_0_IRQ_SHARED ########################### *Shared IRQ* Type: ``bool`` Help ==== .. code-block:: none When interrupts fire, the shared IRQ driver is notified. Then the shared IRQ driver dispatches the interrupt to other drivers. Direct dependencies =================== \ :kconfig:`SHARED_IRQ ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`GPIO_DW_SHARED_IRQ ` Kconfig definition ================== At ``/gpio/Kconfig.dw:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:26`` 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_SHARED bool "Shared IRQ" select GPIO_DW_SHARED_IRQ depends on SHARED_IRQ && 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.)*