:orphan: .. title:: CONFIG_XTENSA_USE_CORE_CRT1 .. kconfig:: CONFIG_XTENSA_USE_CORE_CRT1 CONFIG_XTENSA_USE_CORE_CRT1 ########################### *Use crt1.S from core* Type: ``bool`` Help ==== .. code-block:: none SoC or boards might define their own __start by setting this setting to false. 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:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → XTENSA Options .. code-block:: kconfig config XTENSA_USE_CORE_CRT1 bool "Use crt1.S from core" default y depends on XTENSA help SoC or boards might define their own __start by setting this setting to false. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*