:orphan: .. title:: BUILD_OUTPUT_S19 .. option:: CONFIG_BUILD_OUTPUT_S19 *Build a binary in S19 format* Type: ``bool`` Help ==== Build a binary in S19 format. This will build a zephyr.s19 file need by some platforms. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:334`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: config BUILD_OUTPUT_S19 bool "Build a binary in S19 format" help Build a binary in S19 format. This will build a zephyr.s19 file need by some platforms. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*