:orphan: .. title:: ETH_DW_0_IRQ_SHARED .. option:: CONFIG_ETH_DW_0_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 if's and menus.)* Symbols selected by this symbol =============================== - \ :option:`ETH_DW_SHARED_IRQ ` if \ :option:`SHARED_IRQ ` && \ :ref:` ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.dw:38`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:18`` → ``drivers/ethernet/Kconfig:29`` Menu path: (top menu) → Device Drivers → Ethernet Drivers → Synopsys DesignWare Ethernet driver → Synopsys DesignWare Ethernet port 0 → Port 0 Interrupts via .. parsed-literal:: config ETH_DW_0_IRQ_SHARED bool prompt "Shared IRQ" if \ :option:`SHARED_IRQ ` && \ :ref:` ` select \ :option:`ETH_DW_SHARED_IRQ ` if \ :option:`SHARED_IRQ ` && \ :ref:` ` 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. *(Definitions include propagated dependencies, including from if's and menus.)*