CONFIG_FW_INFO_HARDWARE_ID

The SoC a firmware is built to run on (8 bits).

Type: int

Help

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

Direct dependencies

FW_INFO

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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_HARDWARE_ID
    int "The SoC a firmware is built to run on (8 bits)."
    range 0 255
    default 51 if SOC_SERIES_NRF51X
    default 52 if SOC_SERIES_NRF52X
    default 53 if SOC_SERIES_NRF53X
    default 91 if SOC_SERIES_NRF91X
    default 0 if BOARD_NATIVE_POSIX
    depends on FW_INFO
    help
      Used to ensure binary compatibility.
      For more information, see FW_INFO_MAGIC_COMMON.

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