:orphan: .. title:: choice: Memory dump .. _choice_363: .. describe:: choice: Memory dump *Memory dump* Type: ``bool`` Direct dependencies =================== \ :option:`DEBUG_COREDUMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM ` Choice options ============== - \ :option:`DEBUG_COREDUMP_MEMORY_DUMP_MIN ` - \ :option:`DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/coredump/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` → ``subsys/debug/Kconfig:346`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump .. parsed-literal:: choice bool "Memory dump" default \ :option:`DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM ` depends on \ :option:`DEBUG_COREDUMP ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*