:orphan: .. title:: CONFIG_KERNEL_BIN_NAME .. kconfig:: CONFIG_KERNEL_BIN_NAME CONFIG_KERNEL_BIN_NAME ###################### *The kernel binary name* Type: ``string`` Help ==== .. code-block:: none 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 .. code-block:: kconfig 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.)*