CONFIG_MEMFAULT_COREDUMP_STORAGE_CUSTOM

(No prompt – not directly user assignable.)

Type: bool

Help

Can be used by another Kconfig option to disable the RAM backed
coredump implementation using select.

Direct dependencies

MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols that select this symbol

Kconfig definition

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

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_COREDUMP_STORAGE_CUSTOM
    bool
    default n
    depends on MEMFAULT
    help
      Can be used by another Kconfig option to disable the RAM backed
      coredump implementation using select.

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