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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr Architecture>/xtensa/Kconfig:93
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Zephyr Architecture>/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.)