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.

Direct dependencies

XTENSA

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/xtensa/Kconfig:80

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

Menu path: (top menu) → XTENSA Options

config SW_ISR_TABLE
    bool
    prompt "Enable software interrupt handler table" if XTENSA
    default "y" if XTENSA
    depends on XTENSA
    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.)