Shared interrupt instance 1
Type: bool
Help¶
Provide an instance of the shared interrupt driver when system configuration requires that multiple devices share an interrupt.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/interrupt_controller/Kconfig.shared_irq:84
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:36
Menu path: (top menu) → Device Drivers → Shared interrupt driver
config SHARED_IRQ_1 bool prompt "Shared interrupt instance 1" ifSHARED_IRQ
depends onSHARED_IRQ
help Provide an instance of the shared interrupt driver when system configuration requires that multiple devices share an interrupt.
(Definitions include propagated dependencies, including from if’s and menus.)