The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_GEN_IRQ_START_VECTOR

(No prompt – not directly user assignable.)

Type: int

Help

On some architectures, part of the vector table may be reserved for system exceptions and is declared separately from the tables created by gen_isr_tables.py. When creating these tables, this value will be subtracted from CONFIG_NUM_IRQS to properly size them. This is a hidden option which needs to be set per architecture and left alone.

Direct dependencies

ARC || GEN_ISR_TABLES

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

Defaults

Kconfig definitions

At arch/arc/Kconfig:138

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → ARC Options → ARCv2 Family Options

config GEN_IRQ_START_VECTOR
    int
    default 16 if ARC
    depends on ARC

At arch/Kconfig:296

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu) → General Architecture Options → Interrupt Configuration

config GEN_IRQ_START_VECTOR
    int
    default 0 if GEN_ISR_TABLES
    depends on GEN_ISR_TABLES
    help
      On some architectures, part of the vector table may be reserved for
      system exceptions and is declared separately from the tables
      created by gen_isr_tables.py. When creating these tables, this value
      will be subtracted from CONFIG_NUM_IRQS to properly size them.
      This is a hidden option which needs to be set per architecture and
      left alone.

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