CONFIG_MEMFAULT_NCS_FW_VERSION_STATIC

Static firmware version

Type: bool

Help

Use statically configured firmware version, as opposed to a
dynamically generated one

Direct dependencies

<choice MEMFAULT_FW_VERSION: Firmware version generation method>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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 → Firmware version generation method

config MEMFAULT_NCS_FW_VERSION_STATIC
    bool "Static firmware version"
    depends on <choice MEMFAULT_FW_VERSION>
    help
      Use statically configured firmware version, as opposed to a
      dynamically generated one

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