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 arch/arc/Kconfig:246
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
Menu path: (Top) → ARC Options → ARC CPU Options
config GEN_ISR_TABLES
bool
default y
depends on ARC
At arch/arm/core/aarch32/cortex_m/Kconfig:279
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
→ arch/arm/Kconfig:57
→ arch/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 arch/arm/core/aarch32/cortex_a_r/Kconfig:58
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
→ arch/arm/Kconfig:57
→ arch/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 arch/arm/core/aarch32/cortex_a_r/Kconfig:142
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
→ arch/arm/Kconfig:57
→ arch/arm/core/aarch32/Kconfig:306
Menu path: (Top) → ARM Options
config GEN_ISR_TABLES
bool
default y
depends on CPU_CORTEX_R && ARM
At arch/arm64/core/Kconfig:148
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
→ arch/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 arch/mips/Kconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
Menu path: (Top) → MIPS Options
config GEN_ISR_TABLES
bool
default y
depends on MIPS
At arch/nios2/Kconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
Menu path: (Top) → Nios II Options → Nios II Family Options
config GEN_ISR_TABLES
bool
default y
depends on NIOS2
At arch/riscv/Kconfig:125
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
Menu path: (Top) → RISCV Options → RISCV Processor Options
config GEN_ISR_TABLES
bool
default y
depends on RISCV
At arch/sparc/Kconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
Menu path: (Top) → SPARC Options
config GEN_ISR_TABLES
bool
default y
depends on SPARC
At arch/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.)