-
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” if
ARC
- “y” if (
ARMV6_M_ARMV8_M_BASELINE
||ARMV7_M_ARMV8_M_MAINLINE
) &&CPU_CORTEX_M
&&ARM
- “y” if
NIOS2
- “y” if
RISCV32
Kconfig definitions¶
At arch/arc/Kconfig:135
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → ARC Options → ARCv2 Family Options
config GEN_ISR_TABLES bool default "y" ifARC
depends onARC
At arch/arm/core/cortex_m/Kconfig:321
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arm/Kconfig:13
→ arch/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:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → Nios II Options → Nios II Family Options
config GEN_ISR_TABLES bool default "y" ifNIOS2
depends onNIOS2
At arch/riscv32/Kconfig:81
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → RISCV32 Options → RISCV32 Processor Options
config GEN_ISR_TABLES bool default "y" ifRISCV32
depends onRISCV32
At arch/Kconfig:267
Included via Kconfig:10
→ Kconfig.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.)