-
CONFIG_SW_ISR_TABLE
¶
Enable software interrupt handler table
Type: bool
Help¶
Enable an interrupt handler table implemented in software. This table, unlike ISRs connected directly in the vector table, allow a parameter to be passed to the interrupt handlers. Also, invoking the exception/interrupt exit stub is automatically done.
Kconfig definition¶
At arch/xtensa/Kconfig:80
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → XTENSA Options
config SW_ISR_TABLE bool prompt "Enable software interrupt handler table" ifXTENSA
default "y" ifXTENSA
depends onXTENSA
help Enable an interrupt handler table implemented in software. This table, unlike ISRs connected directly in the vector table, allow a parameter to be passed to the interrupt handlers. Also, invoking the exception/interrupt exit stub is automatically done.
(Definitions include propagated dependencies, including from if’s and menus.)