The latest development version of this page may be more current than this released 1.14.1 version.
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.)

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:46

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config DW_ISR_TBL_OFFSET
    int
    default 3RD_LVL_ISR_TBL_OFFSET if BOARD_INTEL_S1000_CRB
    depends on BOARD_INTEL_S1000_CRB

At drivers/interrupt_controller/Kconfig:144

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config DW_ISR_TBL_OFFSET
    int
    prompt "Offset in the SW ISR Table" if DW_ICTL
    default 0 if DW_ICTL
    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.

(Definitions include propagated dependencies, including from if’s and menus.)