-
CONFIG_DW_ISR_TBL_OFFSET
¶
Offset in the SW ISR Table
Type: int
Help¶
This indicates the offset in the SW_ISR_TABLE beginning from where the ISRs for Designware Interrupt Controller are assigned.
Direct dependencies¶
BOARD_INTEL_S1000_CRB
|| DW_ICTL
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:46
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config DW_ISR_TBL_OFFSET int default3RD_LVL_ISR_TBL_OFFSET
ifBOARD_INTEL_S1000_CRB
depends onBOARD_INTEL_S1000_CRB
At drivers/interrupt_controller/Kconfig:144
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:24
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config DW_ISR_TBL_OFFSET int prompt "Offset in the SW ISR Table" ifDW_ICTL
default 0 ifDW_ICTL
depends onDW_ICTL
help This indicates the offset in the SW_ISR_TABLE beginning from where the ISRs for Designware Interrupt Controller are assigned.
(Definitions include propagated dependencies, including from if’s and menus.)