CONFIG_CAVS_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 CAVS Interrupt Controller are assigned.

Direct dependencies

BOARD_INTEL_S1000_CRB || CAVS_ICTL

(Includes any dependencies from if’s and menus.)

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config CAVS_ISR_TBL_OFFSET
    int
    default 2ND_LVL_ISR_TBL_OFFSET if BOARD_INTEL_S1000_CRB
    depends on BOARD_INTEL_S1000_CRB

At drivers/interrupt_controller/Kconfig.s1000:14

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:24drivers/interrupt_controller/Kconfig:165

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

config CAVS_ISR_TBL_OFFSET
    int
    prompt "Offset in the SW ISR Table" if CAVS_ICTL
    default 0 if CAVS_ICTL
    depends on CAVS_ICTL
    help
      This indicates the offset in the SW_ISR_TABLE beginning from where
      the ISRs for CAVS Interrupt Controller are assigned.

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