:orphan: .. title:: CAVS_ISR_TBL_OFFSET .. option:: 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 =================== \ :option:`BOARD_INTEL_S1000_CRB ` || \ :option:`CAVS_ICTL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`2ND_LVL_ISR_TBL_OFFSET ` - 0 Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config CAVS_ISR_TBL_OFFSET int default \ :option:`2ND_LVL_ISR_TBL_OFFSET ` depends on \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/interrupt_controller/Kconfig.cavs:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:22`` → ``drivers/interrupt_controller/Kconfig:50`` Menu path: (Top) → Device Drivers → Interrupt Controllers → CAVS Interrupt Logic .. parsed-literal:: config CAVS_ISR_TBL_OFFSET int "Offset in the SW ISR Table" default 0 depends on \ :option:`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.)*