-
CONFIG_SHARED_IRQ_0
¶
Shared interrupt instance 0
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 <Zephyr>/drivers/interrupt_controller/Kconfig.shared_irq:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:36
Menu path: (Top) → Device Drivers → Shared interrupt driver
config SHARED_IRQ_0
bool "Shared interrupt instance 0"
depends on SHARED_IRQ
help
Provide an instance of the shared interrupt driver when system
configuration requires that multiple devices share an interrupt.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)