CONFIG_KERNEL_ENTRY

Kernel entry symbol

Type: string

Help

Code entry symbol, to be set at linking phase.

Defaults

  • “_MainEntry”

  • “__start”

Kconfig definitions

At <Zephyr>/soc/xtensa/intel_apl_adsp/Kconfig.defconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config KERNEL_ENTRY
    string
    default "_MainEntry"
    depends on SOC_INTEL_APL_ADSP

At <Zephyr>/Kconfig.zephyr:154

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features → Linker Options

config KERNEL_ENTRY
    string "Kernel entry symbol"
    default "__start"
    help
      Code entry symbol, to be set at linking phase.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)