choice MEMFAULT_FW_VERSION: Firmware version generation method

Firmware version generation method

Type: bool

Help

Method to use to generate firmware version

Direct dependencies

MEMFAULT

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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

choice MEMFAULT_FW_VERSION
    bool "Firmware version generation method"
    default MEMFAULT_NCS_FW_VERSION_AUTO
    depends on MEMFAULT
    help
      Method to use to generate firmware version

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