The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_DEBUG_COREDUMP_BACKEND_OTHER

Backend subsystem for coredump defined out of tree

Type: bool

Help

Core dump is done via custom mechanism defined out of tree

Direct dependencies

<choice: Coredump backend>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/debug/coredump/Kconfig:31

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:17subsys/debug/Kconfig:340

Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump → Coredump backend

config DEBUG_COREDUMP_BACKEND_OTHER
    bool "Backend subsystem for coredump defined out of tree"
    depends on <choice>
    help
      Core dump is done via custom mechanism defined out of tree

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