:orphan: .. title:: XTENSA_RESET_VECTOR .. option:: 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 =================== \ :option:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` Kconfig definition ================== .. highlight:: kconfig At ``arch/xtensa/Kconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → XTENSA Options .. parsed-literal:: config XTENSA_RESET_VECTOR bool "Build reset vector code" default y depends on \ :option:`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.)*