-
CONFIG_MEMFAULT_NCS_HW_VERSION
¶
Hardware version
Type: string
Help¶
Device hardware version
Defaults¶
“nrf9160dk” if
BOARD_NRF9160DK_NRF9160NS
“thingy91” if
BOARD_THINGY91_NRF9160NS
Kconfig definition¶
At <nRF>/modules/memfault/Kconfig:51
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:51
→ <nRF>/modules/Kconfig:10
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect
config MEMFAULT_NCS_HW_VERSION
string "Hardware version"
default "nrf9160dk" if BOARD_NRF9160DK_NRF9160NS
default "thingy91" if BOARD_THINGY91_NRF9160NS
depends on MEMFAULT
help
Device hardware version
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)