-
CONFIG_2ND_LVL_INTR_01_OFFSET
¶
Level 1 IRQ line for 2ND level aggregator 1
Type: int
Help¶
This is the level $(prev-level-num) interrupt number for level $(cur-level-num) interrupt aggregator $(aggregator).
Direct dependencies¶
BOARD_INTEL_S1000_CRB
|| (MULTI_LEVEL_INTERRUPTS
&& SOC_OPENISA_RV32M1_RISCV32
) || 2ND_LEVEL_INTERRUPTS
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config 2ND_LVL_INTR_01_OFFSET int defaultCAVS_ICTL_1_OFFSET
ifBOARD_INTEL_S1000_CRB
depends onBOARD_INTEL_S1000_CRB
At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:114
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config 2ND_LVL_INTR_01_OFFSET int default 25 ifMULTI_LEVEL_INTERRUPTS
&&SOC_OPENISA_RV32M1_RISCV32
depends onMULTI_LEVEL_INTERRUPTS
&&SOC_OPENISA_RV32M1_RISCV32
At drivers/interrupt_controller/Kconfig.multilevel.aggregator_template:3
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:24
→ drivers/interrupt_controller/Kconfig:161
→ drivers/interrupt_controller/Kconfig.multilevel:63
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config 2ND_LVL_INTR_01_OFFSET int prompt "Level 1 IRQ line for 2ND level aggregator 1" if2ND_LEVEL_INTERRUPTS
default 0 if2ND_LEVEL_INTERRUPTS
depends on2ND_LEVEL_INTERRUPTS
help This is the level $(prev-level-num) interrupt number for level $(cur-level-num) interrupt aggregator $(aggregator).
(Definitions include propagated dependencies, including from if’s and menus.)