:orphan: .. title:: CONFIG_XTENSA_RESET_VECTOR .. kconfig:: CONFIG_XTENSA_RESET_VECTOR CONFIG_XTENSA_RESET_VECTOR ########################## *Build reset vector code* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 ` - \ :kconfig:`SOC_SERIES_NXP_IMX8 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 ` - \ :kconfig:`SOC_SERIES_NXP_IMX8 ` Kconfig definition ================== At ``/xtensa/Kconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → XTENSA Options .. code-block:: kconfig 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.)*