:orphan: .. title:: CONFIG_XTENSA_SMALL_VECTOR_TABLE_ENTRY .. kconfig:: CONFIG_XTENSA_SMALL_VECTOR_TABLE_ENTRY CONFIG_XTENSA_SMALL_VECTOR_TABLE_ENTRY ###################################### *Enable workaround for small vector table entries* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/xtensa/Kconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → XTENSA Options .. code-block:: kconfig 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.)*