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

Max IRQs per interrupt aggregator

Type: int

Help

The maximum number of interrupt inputs to any aggregator in the system.

Direct dependencies

BOARD_INTEL_S1000_CRB || (MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32) || MULTI_LEVEL_INTERRUPTS

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

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:33

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config MAX_IRQ_PER_AGGREGATOR
    int
    default 32 if BOARD_INTEL_S1000_CRB
    depends on BOARD_INTEL_S1000_CRB

At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:88

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config MAX_IRQ_PER_AGGREGATOR
    int
    default 32 if MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32
    depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32

At drivers/interrupt_controller/Kconfig.multilevel:23

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24drivers/interrupt_controller/Kconfig:161

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config MAX_IRQ_PER_AGGREGATOR
    int
    prompt "Max IRQs per interrupt aggregator" if MULTI_LEVEL_INTERRUPTS
    default 0 if MULTI_LEVEL_INTERRUPTS
    depends on MULTI_LEVEL_INTERRUPTS
    help
      The maximum number of interrupt inputs to any aggregator in the
      system.

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