-
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.
Kconfig definition¶
At arch/xtensa/Kconfig:78
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → XTENSA Options
config XTENSA_RESET_VECTOR bool prompt "Build reset vector code" ifXTENSA
default "y" ifXTENSA
depends onXTENSA
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.)