CONFIG_MEMFAULT_USER_CONFIG_ENABLE
Enable user configuration of the Memfault SDK
Type: bool
Help
When enabled, a user must add the three Memfault
configuration files to their port:
memfault_platform_config.h
memfault_metrics_heartbeat_config.def
memfault_trace_reason_user_config.def
Default
y
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:38
Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support
config MEMFAULT_USER_CONFIG_ENABLE
bool "Enable user configuration of the Memfault SDK"
default y
depends on MEMFAULT
help
When enabled, a user must add the three Memfault
configuration files to their port:
memfault_platform_config.h
memfault_metrics_heartbeat_config.def
memfault_trace_reason_user_config.def
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)