CONFIG_XTENSA_SMALL_VECTOR_TABLE_ENTRY

Enable workaround for small vector table entries

Type: bool

Help

This option enables a small indirection to bypass the size
constraint of the vector table entry and moved the default
handlers to the end of vector table, renaming them to
_Level\LVL\()VectorHelper.

Direct dependencies

XTENSA

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/arch/xtensa/Kconfig:84

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:39<Zephyr>/arch/Kconfig:12

Menu path: (Top) → XTENSA Options

config XTENSA_SMALL_VECTOR_TABLE_ENTRY
    bool "Enable workaround for small vector table entries"
    depends on XTENSA
    help
      This option enables a small indirection to bypass the size
      constraint of the vector table entry and moved the default
      handlers to the end of vector table, renaming them to
      _Level\LVL\()VectorHelper.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)