CONFIG_KERNEL_ENTRY

Kernel entry symbol

Type: string

Help

Code entry symbol, to be set at linking phase.

Defaults

  • “__start”

Kconfig definition

At misc/Kconfig:102

Included via Kconfig:10Kconfig.zephyr:31

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

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

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