:orphan: .. title:: CONFIG_BUILD_OUTPUT_INFO_HEADER .. kconfig:: CONFIG_BUILD_OUTPUT_INFO_HEADER CONFIG_BUILD_OUTPUT_INFO_HEADER ############################### *Create a image information header* Type: ``bool`` Help ==== .. code-block:: none Create an image information header which will contain image information from the Zephyr binary. Example of information contained in the header file: - Number of segments in the image - LMA address of each segment - VMA address of each segment - Size of each segment Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:530`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. code-block:: kconfig config BUILD_OUTPUT_INFO_HEADER bool "Create a image information header" help Create an image information header which will contain image information from the Zephyr binary. Example of information contained in the header file: - Number of segments in the image - LMA address of each segment - VMA address of each segment - Size of each segment *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*