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¶
SHARED_IRQ
&& <choice: Port 0 Interrupts via>
(Includes any dependencies from if’s and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/gpio/Kconfig.dw:61
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:35
Menu path: (top menu) → Device Drivers → GPIO Drivers → Designware GPIO → Port 0 Interrupts via
config GPIO_DW_0_IRQ_SHARED bool prompt "Shared IRQ" ifSHARED_IRQ
&& <choice: Port 0 Interrupts via> selectGPIO_DW_SHARED_IRQ
ifSHARED_IRQ
&& <choice: Port 0 Interrupts via> depends onSHARED_IRQ
&& <choice: Port 0 Interrupts via> 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.)