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

Use generated IRQ tables

Type: bool

Help

This option controls whether a platform uses the gen_isr_tables script to generate its interrupt tables. This mechanism will create an appropriate hardware vector table and/or software IRQ table.

Defaults

Kconfig definitions

At arch/arc/Kconfig:135

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

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

config GEN_ISR_TABLES
    bool
    default "y" if ARC
    depends on ARC

At arch/arm/core/cortex_m/Kconfig:321

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15arch/arm/Kconfig:13arch/arm/core/Kconfig:166

Menu path: (top menu) → ARM Options → ARM Cortex-M0/M0+/M3/M4/M7/M23/M33 options

config GEN_ISR_TABLES
    bool
    default "y" if (ARMV6_M_ARMV8_M_BASELINE || ARMV7_M_ARMV8_M_MAINLINE) && CPU_CORTEX_M && ARM
    depends on (ARMV6_M_ARMV8_M_BASELINE || ARMV7_M_ARMV8_M_MAINLINE) && CPU_CORTEX_M && ARM

At arch/nios2/Kconfig:31

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

Menu path: (top menu) → Nios II Options → Nios II Family Options

config GEN_ISR_TABLES
    bool
    default "y" if NIOS2
    depends on NIOS2

At arch/riscv32/Kconfig:81

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

Menu path: (top menu) → RISCV32 Options → RISCV32 Processor Options

config GEN_ISR_TABLES
    bool
    default "y" if RISCV32
    depends on RISCV32

At arch/Kconfig:267

Included via Kconfig:10Kconfig.zephyr:29

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

config GEN_ISR_TABLES
    bool
    prompt "Use generated IRQ tables"
    help
      This option controls whether a platform uses the gen_isr_tables
      script to generate its interrupt tables. This mechanism will create
      an appropriate hardware vector table and/or software IRQ table.

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