The latest development version of this page may be more current than this released 1.14.1 version.
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 Kconfig.zephyr:249

Included via Kconfig:10

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.)