:orphan: .. title:: FW_VALIDATION_METADATA_OFFSET .. option:: CONFIG_FW_VALIDATION_METADATA_OFFSET *Offset at which to store validation metadata.* Type: ``int`` Help ==== Must be either 0 or larger than the size of the application. If 0, the metadata is appended directly after the application image, aligned to the closest word. Direct dependencies =================== \ :option:`FW_INFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/fw_info/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:26`` Menu path: (Top) → Modules → Nordic nRF Connect → Firmware Metadata .. parsed-literal:: config FW_VALIDATION_METADATA_OFFSET int "Offset at which to store validation metadata." default 0 depends on \ :option:`FW_INFO ` help Must be either 0 or larger than the size of the application. If 0, the metadata is appended directly after the application image, aligned to the closest word. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*