-
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
y
Kconfig definitions¶
At <Zephyr>/arch/sparc/Kconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → SPARC Options
config GEN_SW_ISR_TABLE
bool
default y
depends on SPARC
At <Zephyr>/arch/Kconfig:352
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
Menu path: (Top) → General Architecture Options → Interrupt Configuration → Use generated IRQ tables
config GEN_SW_ISR_TABLE
bool "Generate a software ISR table"
default y
depends on GEN_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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)