-
CONFIG_NUM_3RD_LEVEL_AGGREGATORS
¶
Total number of third level interrupt aggregators
Type: int
Help¶
The number of level 3 interrupt aggregators to support. Each aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 3 interrupts.
Direct dependencies¶
BOARD_INTEL_S1000_CRB
|| 3RD_LEVEL_INTERRUPTS
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
BOARD_INTEL_S1000_CRB
- 1 if
3RD_LEVEL_INTERRUPTS
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:37
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config NUM_3RD_LEVEL_AGGREGATORS int default 1 ifBOARD_INTEL_S1000_CRB
depends onBOARD_INTEL_S1000_CRB
At drivers/interrupt_controller/Kconfig.multilevel:84
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:24
→ drivers/interrupt_controller/Kconfig:161
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config NUM_3RD_LEVEL_AGGREGATORS int prompt "Total number of third level interrupt aggregators" if3RD_LEVEL_INTERRUPTS
range 1 8 if3RD_LEVEL_INTERRUPTS
default 1 if3RD_LEVEL_INTERRUPTS
depends on3RD_LEVEL_INTERRUPTS
help The number of level 3 interrupt aggregators to support. Each aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 3 interrupts.
(Definitions include propagated dependencies, including from if’s and menus.)