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:130

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

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:316

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:26arch/arm/core/Kconfig:162

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:47

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

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:60

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

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

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

At arch/Kconfig:142

Included via Kconfig:10Kconfig.zephyr:23

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.)