CONFIG_KERNEL_BIN_NAME

The kernel binary name

Type: string

Help

This option sets the name of the generated kernel binary.

Defaults

  • “zephyr”

Kconfig definition

At misc/Kconfig:187

Included via Kconfig:10Kconfig.zephyr:31

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

config KERNEL_BIN_NAME
    string
    prompt "The kernel binary name"
    default "zephyr"
    help
      This option sets the name of the generated kernel binary.

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