-
CONFIG_MAX_IRQ_PER_AGGREGATOR
¶
Max IRQs per interrupt aggregator
Type: int
Help¶
This represents the max number of interrupts that an aggregator can map.
Direct dependencies¶
BOARD_INTEL_S1000_CRB
|| MULTI_LEVEL_INTERRUPTS
(Includes any dependencies from if’s and menus.)
Defaults¶
- 32 if
BOARD_INTEL_S1000_CRB
- 0 if
MULTI_LEVEL_INTERRUPTS
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config MAX_IRQ_PER_AGGREGATOR int default 32 ifBOARD_INTEL_S1000_CRB
depends onBOARD_INTEL_S1000_CRB
At drivers/interrupt_controller/Kconfig.multilevel:18
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:24
→ drivers/interrupt_controller/Kconfig:163
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config MAX_IRQ_PER_AGGREGATOR int prompt "Max IRQs per interrupt aggregator" ifMULTI_LEVEL_INTERRUPTS
default 0 ifMULTI_LEVEL_INTERRUPTS
depends onMULTI_LEVEL_INTERRUPTS
help This represents the max number of interrupts that an aggregator can map.
(Definitions include propagated dependencies, including from if’s and menus.)