-
CONFIG_2ND_LEVEL_INTERRUPTS
¶
Second-level interrupt support
Type: bool
Help¶
Second level interrupts are used to increase the number of addressable interrupts in a system.
Direct dependencies¶
(MULTI_LEVEL_INTERRUPTS
&& SOC_OPENISA_RV32M1_RISCV32
) || MULTI_LEVEL_INTERRUPTS
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definitions¶
At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:92
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config 2ND_LEVEL_INTERRUPTS bool default "y" ifMULTI_LEVEL_INTERRUPTS
&&SOC_OPENISA_RV32M1_RISCV32
depends onMULTI_LEVEL_INTERRUPTS
&&SOC_OPENISA_RV32M1_RISCV32
At drivers/interrupt_controller/Kconfig.multilevel:31
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:24
→ drivers/interrupt_controller/Kconfig:161
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config 2ND_LEVEL_INTERRUPTS bool prompt "Second-level interrupt support" ifMULTI_LEVEL_INTERRUPTS
depends onMULTI_LEVEL_INTERRUPTS
help Second level interrupts are used to increase the number of addressable interrupts in a system.
(Definitions include propagated dependencies, including from if’s and menus.)