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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/interrupt_controller/Kconfig.shared_irq:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:36

Menu path: (Top) → Device Drivers → Shared interrupt driver

config SHARED_IRQ_1
    bool "Shared interrupt instance 1"
    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.)