CONFIG_FW_INFO_VALID_VAL

(No prompt – not directly user assignable.)

Type: hex

Help

The value fw_info::valid will have when valid.

Direct dependencies

FW_INFO

(Includes any dependencies from ifs and menus.)

Default

  • 0x9102FFFF

Kconfig definition

At <nRF>/subsys/fw_info/Kconfig:107

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

Menu path: (Top) → Modules → Nordic nRF Connect → Firmware Metadata

config FW_INFO_VALID_VAL
    hex
    default 0x9102FFFF
    depends on FW_INFO
    help
      The value fw_info::valid will have when valid.

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