CONFIG_MEMFAULT_NCS_FW_TYPE

Firmware type

Type: string

Help

Firmware type running on the board

Direct dependencies

MEMFAULT

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/modules/memfault/Kconfig:58

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:55<nRF>/modules/Kconfig:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config MEMFAULT_NCS_FW_TYPE
    string "Firmware type"
    default "nrf91ns-fw" if BOARD_NRF9160DK_NRF9160_NS || BOARD_THINGY91_NRF9160_NS
    depends on MEMFAULT
    help
      Firmware type running on the board

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