:orphan: .. title:: DW_ISR_TBL_OFFSET .. option:: CONFIG_DW_ISR_TBL_OFFSET *Offset in the SW ISR Table* Type: ``int`` Help ==== .. code-block:: none This indicates the offset in the SW_ISR_TABLE beginning from where the ISRs for Designware Interrupt Controller are assigned. Direct dependencies =================== \ :option:`BOARD_INTEL_S1000_CRB ` || \ :option:`DW_ICTL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`3RD_LVL_ISR_TBL_OFFSET ` - 0 Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config DW_ISR_TBL_OFFSET int default 3RD_LVL_ISR_TBL_OFFSET depends on BOARD_INTEL_S1000_CRB ---- At ``/interrupt_controller/Kconfig.dw:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:26`` → ``/interrupt_controller/Kconfig:53`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Designware Interrupt Controller .. code-block:: kconfig 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.)*