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

CONFIG_SHARED_IRQ

Shared interrupt driver

Type: bool

Help

Include shared interrupt support in system. Shared interrupt
support is NOT required in most systems. If in doubt answer no.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/interrupt_controller/Kconfig.shared_irq:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:38

Menu path: (Top) → Device Drivers

menuconfig SHARED_IRQ
    bool "Shared interrupt driver"
    help
      Include shared interrupt support in system. Shared interrupt
      support is NOT required in most systems. If in doubt answer no.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)