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
y
y
y
y
y
Kconfig definitions
At <SoC>/riscv/esp32c3/Kconfig.defconfig:33
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config GEN_ISR_TABLES
bool
default y
depends on SOC_ESP32C3
At <SoC>/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:86
Included via Kconfig:8
→ Kconfig.zephyr:27
→ <SoC>/riscv/riscv-ite/Kconfig.defconfig:4
Menu path: (Top)
config GEN_ISR_TABLES
bool
default y
depends on ITE_IT8XXX2_INTC && SOC_SERIES_RISCV32_IT8XXX2
At <SoC>/xtensa/esp32s2/Kconfig.defconfig:11
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config GEN_ISR_TABLES
bool
default y
depends on SOC_ESP32S2
At <Architecture>/arc/Kconfig:246
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
Menu path: (Top) → ARC Options → ARC CPU Options
config GEN_ISR_TABLES
bool
default y
depends on ARC
At <Architecture>/arm/core/aarch32/cortex_m/Kconfig:279
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
→ <Architecture>/arm/Kconfig:57
→ <Architecture>/arm/core/aarch32/Kconfig:305
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 && ARM
At <Architecture>/arm/core/aarch32/cortex_a_r/Kconfig:58
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
→ <Architecture>/arm/Kconfig:57
→ <Architecture>/arm/core/aarch32/Kconfig:306
Menu path: (Top) → ARM Options
config GEN_ISR_TABLES
bool
default y
depends on CPU_AARCH32_CORTEX_A && ARM
At <Architecture>/arm/core/aarch32/cortex_a_r/Kconfig:142
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
→ <Architecture>/arm/Kconfig:57
→ <Architecture>/arm/core/aarch32/Kconfig:306
Menu path: (Top) → ARM Options
config GEN_ISR_TABLES
bool
default y
depends on CPU_CORTEX_R && ARM
At <Architecture>/arm64/core/Kconfig:148
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
→ <Architecture>/arm64/Kconfig:32
Menu path: (Top) → ARM64 Options
config GEN_ISR_TABLES
bool
default y
depends on (CPU_CORTEX_A || CPU_AARCH64_CORTEX_R) && ARM64
At <Architecture>/mips/Kconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
Menu path: (Top) → MIPS Options
config GEN_ISR_TABLES
bool
default y
depends on MIPS
At <Architecture>/nios2/Kconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
Menu path: (Top) → Nios II Options → Nios II Family Options
config GEN_ISR_TABLES
bool
default y
depends on NIOS2
At <Architecture>/riscv/Kconfig:125
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
Menu path: (Top) → RISCV Options → RISCV Processor Options
config GEN_ISR_TABLES
bool
default y
depends on RISCV
At <Architecture>/sparc/Kconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
Menu path: (Top) → SPARC Options
config GEN_ISR_TABLES
bool
default y
depends on SPARC
At <Architecture>/Kconfig:382
Included via Kconfig:8
→ Kconfig.zephyr:39
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.)