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 ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/arch/xtensa/Kconfig:51

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → XTENSA Options

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.)