The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_XTENSA_USE_CORE_CRT1

Use crt1.S from core

Type: bool

Help

SoC or boards might define their own __start by setting this setting to false.

Direct dependencies

XTENSA

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/xtensa/Kconfig:86

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → XTENSA Options

config XTENSA_USE_CORE_CRT1
    bool
    prompt "Use crt1.S from core" if XTENSA
    default "y" if XTENSA
    depends on XTENSA
    help
      SoC or boards might define their own __start by setting this setting
      to false.

(Definitions include propagated dependencies, including from if’s and menus.)