-
CONFIG_3RD_LVL_ISR_TBL_OFFSET
¶
Offset in the SW ISR Table for 3rd level interrupt controller
Type: int
Help¶
This is the offset in the SW ISR table beginning where the ISRs for 3rd level interrupts are located. This typically is allocated after allocating first and second level interrupts.
Direct dependencies¶
BOARD_INTEL_S1000_CRB
|| 3RD_LEVEL_INTERRUPTS
(Includes any dependencies from if’s and menus.)
Defaults¶
- 149 if
BOARD_INTEL_S1000_CRB
- 0 if
3RD_LEVEL_INTERRUPTS
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:44
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config 3RD_LVL_ISR_TBL_OFFSET int default 149 ifBOARD_INTEL_S1000_CRB
depends onBOARD_INTEL_S1000_CRB
At drivers/interrupt_controller/Kconfig.multilevel:101
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:24
→ drivers/interrupt_controller/Kconfig:163
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config 3RD_LVL_ISR_TBL_OFFSET int prompt "Offset in the SW ISR Table for 3rd level interrupt controller" if3RD_LEVEL_INTERRUPTS
default 0 if3RD_LEVEL_INTERRUPTS
depends on3RD_LEVEL_INTERRUPTS
help This is the offset in the SW ISR table beginning where the ISRs for 3rd level interrupts are located. This typically is allocated after allocating first and second level interrupts.
(Definitions include propagated dependencies, including from if’s and menus.)