The latest development version of this page may be more current than this released 1.14.1 version.
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

(GPIO && SOC_APOLLO_LAKE) || (SHARED_IRQ && SOC_SERIES_QUARK_X1000) || SHARED_IRQ

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

Defaults

Kconfig definitions

At soc/x86/apollo_lake/Kconfig.defconfig:83

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config SHARED_IRQ_0
    bool
    default "y" if SHARED_IRQ && GPIO && SOC_APOLLO_LAKE
    depends on GPIO && SOC_APOLLO_LAKE

At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:23

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config SHARED_IRQ_0
    bool
    default "y" if SHARED_IRQ && SOC_SERIES_QUARK_X1000
    depends on SHARED_IRQ && SOC_SERIES_QUARK_X1000

At drivers/interrupt_controller/Kconfig.shared_irq:32

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

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

config SHARED_IRQ_0
    bool
    prompt "Shared interrupt instance 0" 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.)