:orphan: .. title:: CONFIG_MEMFAULT_NCS_FW_VERSION_STATIC .. kconfig:: CONFIG_MEMFAULT_NCS_FW_VERSION_STATIC CONFIG_MEMFAULT_NCS_FW_VERSION_STATIC ##################################### *Static firmware version* Type: ``bool`` Help ==== .. code-block:: none Use statically configured firmware version, as opposed to a dynamically generated one Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/modules/memfault/Kconfig:70`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:55`` → ``/modules/Kconfig:10`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Firmware version generation method .. code-block:: kconfig config MEMFAULT_NCS_FW_VERSION_STATIC bool "Static firmware version" depends on help Use statically configured firmware version, as opposed to a dynamically generated one *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*