-
CONFIG_KERNEL_BIN_NAME
¶
The kernel binary name
Type: string
Help¶
This option sets the name of the generated kernel binary.
Default¶
“zephyr”
Kconfig definition¶
At <Zephyr>/Kconfig.zephyr:256
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Build and Link Features → Build Options
config KERNEL_BIN_NAME
string "The kernel binary name"
default "zephyr"
help
This option sets the name of the generated kernel binary.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)