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_ADSP_CAVS15 || BOARD_INTEL_ADSP_CAVS18 || BOARD_INTEL_ADSP_CAVS20 || BOARD_INTEL_ADSP_CAVS25 || BOARD_INTEL_S1000_CRB || CAVS_ICTL
(Includes any dependencies from ifs and menus.)
Defaults¶
Kconfig definitions¶
At <Zephyr Boards>/xtensa/intel_adsp_cavs15/Kconfig.defconfig:35
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config CAVS_ISR_TBL_OFFSET
    int
    default 2ND_LVL_ISR_TBL_OFFSET
    depends on BOARD_INTEL_ADSP_CAVS15
At <Zephyr Boards>/xtensa/intel_adsp_cavs18/Kconfig.defconfig:35
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config CAVS_ISR_TBL_OFFSET
    int
    default 2ND_LVL_ISR_TBL_OFFSET
    depends on BOARD_INTEL_ADSP_CAVS18
At <Zephyr Boards>/xtensa/intel_adsp_cavs20/Kconfig.defconfig:35
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config CAVS_ISR_TBL_OFFSET
    int
    default 2ND_LVL_ISR_TBL_OFFSET
    depends on BOARD_INTEL_ADSP_CAVS20
At <Zephyr Boards>/xtensa/intel_adsp_cavs25/Kconfig.defconfig:35
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config CAVS_ISR_TBL_OFFSET
    int
    default 2ND_LVL_ISR_TBL_OFFSET
    depends on BOARD_INTEL_ADSP_CAVS25
At <Zephyr Boards>/xtensa/intel_s1000_crb/Kconfig.defconfig:43
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config CAVS_ISR_TBL_OFFSET
    int
    default 2ND_LVL_ISR_TBL_OFFSET
    depends on BOARD_INTEL_S1000_CRB
At <Zephyr Driver>/interrupt_controller/Kconfig.cavs:14
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:28 → <Zephyr Driver>/interrupt_controller/Kconfig:58
Menu path: (Top) → Device Drivers → Interrupt Controllers → CAVS Interrupt Logic
config CAVS_ISR_TBL_OFFSET
    int "Offset in the SW ISR Table"
    default 0
    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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)