-
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.
Default¶
y
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/arch/xtensa/Kconfig:43
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → XTENSA Options
config XTENSA_RESET_VECTOR
bool "Build reset vector code"
default y
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)