-
CONFIG_MULTI_LEVEL_INTERRUPTS
¶
Multi-level Interrupts
Type: bool
Help¶
Multiple levels of interrupts are normally used to increase the number of addressable interrupts in a system. For e.g., if 2 levels of interrupts are used, the 2nd level controller would combine all interrupts routed to it into one line which then gets routed to one of the lines in 1st level interrupt controller.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/interrupt_controller/Kconfig.multilevel:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:24
→ drivers/interrupt_controller/Kconfig:163
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config MULTI_LEVEL_INTERRUPTS bool prompt "Multi-level Interrupts" ifGEN_SW_ISR_TABLE
depends onGEN_SW_ISR_TABLE
help Multiple levels of interrupts are normally used to increase the number of addressable interrupts in a system. For e.g., if 2 levels of interrupts are used, the 2nd level controller would combine all interrupts routed to it into one line which then gets routed to one of the lines in 1st level interrupt controller.
(Definitions include propagated dependencies, including from if’s and menus.)