CONFIG_SHARED_IRQ_1_IRQ

instance 1 interrupt

Type: int

Help

System interrupt number to be handled by this instance of the driver.

Direct dependencies

SHARED_IRQ_1

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

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/interrupt_controller/Kconfig.shared_irq:96

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:36

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

config SHARED_IRQ_1_IRQ
    int
    prompt "instance 1 interrupt" if SHARED_IRQ_1
    depends on SHARED_IRQ_1
    help
      System interrupt number to be handled by this instance of the driver.

(Definitions include propagated dependencies, including from if’s and menus.)