The latest development version of this page may be more current than this released 2.7.5 version.
choice: Coredump backend

Coredump backend

Type: bool

Direct dependencies

DEBUG_COREDUMP

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At subsys/debug/coredump/Kconfig:12

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

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

choice
    bool "Coredump backend"
    default DEBUG_COREDUMP_BACKEND_LOGGING if LOG
    depends on DEBUG_COREDUMP

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