choice: Memory dump

Memory dump

Type: bool

Direct dependencies

DEBUG_COREDUMP

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/debug/coredump/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:16<Zephyr>/subsys/debug/Kconfig:345

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

choice
    bool "Memory dump"
    default DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM
    depends on DEBUG_COREDUMP

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