-
CONFIG_GEN_SW_ISR_TABLE
¶
Generate a software ISR table
Type: bool
Help¶
This option controls whether a platform using gen_isr_tables needs a software ISR table table created. This is an array of struct _isr_table_entry containing the interrupt service routine and supplied parameter.
Defaults¶
- “y” if
GEN_ISR_TABLES
Kconfig definition¶
At arch/Kconfig:161
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu) → General Architecture Options → Interrupt Configuration
config GEN_SW_ISR_TABLE bool prompt "Generate a software ISR table" ifGEN_ISR_TABLES
default "y" ifGEN_ISR_TABLES
depends onGEN_ISR_TABLES
help This option controls whether a platform using gen_isr_tables needs a software ISR table table created. This is an array of struct _isr_table_entry containing the interrupt service routine and supplied parameter.
(Definitions include propagated dependencies, including from if’s and menus.)