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 ifs and menus.)
Defaults
Kconfig definitions
At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:42
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config DW_ISR_TBL_OFFSET
int
default 3RD_LVL_ISR_TBL_OFFSET
depends on BOARD_INTEL_S1000_CRB
At <Zephyr>/drivers/interrupt_controller/Kconfig.dw:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:28
→ <Zephyr>/drivers/interrupt_controller/Kconfig:52
Menu path: (Top) → Device Drivers → Interrupt Controllers → Designware Interrupt Controller
config DW_ISR_TBL_OFFSET
int "Offset in the SW ISR Table"
default 0
depends on DW_ICTL
help
This indicates the offset in the SW_ISR_TABLE beginning from where
the ISRs for Designware Interrupt Controller are assigned.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)