:orphan: .. title:: CONFIG_BUILD_NO_GAP_FILL .. kconfig:: CONFIG_BUILD_NO_GAP_FILL CONFIG_BUILD_NO_GAP_FILL ######################## *Don't fill gaps in generated hex/bin/s19 files.* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:407`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. code-block:: kconfig config BUILD_NO_GAP_FILL bool "Don't fill gaps in generated hex/bin/s19 files." *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*