:orphan: .. title:: SHARED_IRQ_0 .. option:: 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. Direct dependencies =================== \ :option:`SHARED_IRQ ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.shared_irq:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:36`` Menu path: (Top) → Device Drivers → Shared interrupt driver .. parsed-literal:: config SHARED_IRQ_0 bool "Shared interrupt instance 0" depends on \ :option:`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.)*