:orphan: .. title:: CONFIG_BUILD_OUTPUT_S19 .. kconfig:: CONFIG_BUILD_OUTPUT_S19 CONFIG_BUILD_OUTPUT_S19 ####################### *Build a binary in S19 format* Type: ``bool`` Help ==== .. code-block:: none Build an S19 binary zephyr/zephyr.s19 in the build directory. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:444`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. code-block:: kconfig config BUILD_OUTPUT_S19 bool "Build a binary in S19 format" help Build an S19 binary zephyr/zephyr.s19 in the build directory. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*