CONFIG_MEMFAULT_SHELL

MEMFAULT Shell

Type: bool

Help

CLI Utilities for interfacing with the Memfault SDK

Direct dependencies

SHELL && MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:81

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<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_SHELL
    bool "MEMFAULT Shell"
    default y if SHELL
    depends on SHELL && MEMFAULT
    help
      CLI Utilities for interfacing with the Memfault SDK

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