-
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.
Defaults¶
51 if
SOC_SERIES_NRF51X
52 if
SOC_SERIES_NRF52X
53 if
SOC_SERIES_NRF53X
91 if
SOC_SERIES_NRF91X
0 if
BOARD_NATIVE_POSIX
Kconfig definition¶
At <nRF>/subsys/fw_info/Kconfig:66
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:28
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)