The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_XTENSA_RESET_VECTOR

Build reset vector code

Type: bool

Help

This option controls whether the initial reset vector code is built. This is always needed for the simulator. Real boards may already implement this in boot ROM.

Direct dependencies

XTENSA

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

Defaults

Kconfig definition

At arch/xtensa/Kconfig:78

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → XTENSA Options

config XTENSA_RESET_VECTOR
    bool
    prompt "Build reset vector code" if XTENSA
    default "y" if XTENSA
    depends on XTENSA
    help
      This option controls whether the initial reset vector code is built.
      This is always needed for the simulator. Real boards may already
      implement this in boot ROM.

(Definitions include propagated dependencies, including from if’s and menus.)