:orphan: .. title:: CONFIG_SB_VALIDATION_METADATA_OFFSET .. kconfig:: CONFIG_SB_VALIDATION_METADATA_OFFSET CONFIG_SB_VALIDATION_METADATA_OFFSET #################################### *Offset at which to store validation metadata.* Type: ``int`` Help ==== .. code-block:: none 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. Default ======= - 0 Kconfig definition ================== At ``/subsys/bootloader/bl_validation/Kconfig:45`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:8`` → ``/subsys/bootloader/Kconfig:235`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot firmware validation .. code-block:: kconfig config SB_VALIDATION_METADATA_OFFSET int "Offset at which to store validation metadata." default 0 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.)*