The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SHARED_IRQ_1

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.

Direct dependencies

SHARED_IRQ

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/interrupt_controller/Kconfig.shared_irq:39

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:34

Menu path: (top menu) → Device Drivers → Shared interrupt driver

config SHARED_IRQ_1
    bool
    prompt "Shared interrupt instance 1" if SHARED_IRQ
    depends on SHARED_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.)