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 Kconfig.zephyr:361
Included via 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.)