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

  • y

  • y

  • y

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/arch/arc/Kconfig:192

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → ARC Options → ARCv2 Family Options

config GEN_ISR_TABLES
    bool
    default y
    depends on ARC

At <Zephyr>/arch/arm/core/aarch32/cortex_m/Kconfig:243

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:42<Zephyr>/arch/arm/core/aarch32/Kconfig:237

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

config GEN_ISR_TABLES
    bool
    default y
    depends on (ARMV6_M_ARMV8_M_BASELINE || ARMV7_M_ARMV8_M_MAINLINE) && CPU_CORTEX_M && !ARM64 && ARM

At <Zephyr>/arch/arm/core/aarch32/cortex_a_r/Kconfig:82

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:42<Zephyr>/arch/arm/core/aarch32/Kconfig:238

Menu path: (Top) → ARM Options

config GEN_ISR_TABLES
    bool
    default y
    depends on CPU_CORTEX_R && !ARM64 && ARM

At <Zephyr>/arch/arm/core/aarch64/Kconfig:80

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:46

Menu path: (Top) → ARM Options

config GEN_ISR_TABLES
    bool
    default y
    depends on CPU_CORTEX_A && ARM64 && ARM

At <Zephyr>/arch/nios2/Kconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → Nios II Options → Nios II Family Options

config GEN_ISR_TABLES
    bool
    default y
    depends on NIOS2

At <Zephyr>/arch/riscv/Kconfig:107

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → RISCV Options → RISCV Processor Options

config GEN_ISR_TABLES
    bool
    default y
    depends on RISCV

At <Zephyr>/arch/sparc/Kconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → SPARC Options

config GEN_ISR_TABLES
    bool
    default y
    depends on SPARC

At <Zephyr>/arch/Kconfig:333

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29

Menu path: (Top) → General Architecture Options → Interrupt Configuration

config GEN_ISR_TABLES
    bool "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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)