CONFIG_SB_VALIDATION_INFO_VERSION

Version number of the fw_validation_info structs (8 bits).*

Type: int

Help

Used to ensure binary compatibility. For more info, see FW_INFO_MAGIC_COMMON.

Default

  • 2

Kconfig definition

At <nRF>/subsys/bootloader/bl_validation/Kconfig:37

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:8<nRF>/subsys/bootloader/Kconfig:226

Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader → Secure Boot firmware validation

config SB_VALIDATION_INFO_VERSION
    int "Version number of the fw_validation_info* structs (8 bits)."
    range 0 255
    default 2
    help
      Used to ensure binary compatibility.
      For more info, see FW_INFO_MAGIC_COMMON.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)