:orphan: .. title:: KERNEL_BIN_NAME .. option:: 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 ================== .. highlight:: kconfig At ``Kconfig.zephyr:258`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: 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.)*