-
CONFIG_KERNEL_ENTRY
¶
Kernel entry symbol
Type: string
Help¶
Code entry symbol, to be set at linking phase.
Defaults¶
- “__start”
Kconfig definition¶
At Kconfig.zephyr:176
Included via Kconfig:10
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.)