:orphan: .. title:: choice: Memory dump .. _choice_512: .. describe:: choice: Memory dump *Memory dump* Type: ``bool`` Direct dependencies =================== \ :kconfig:`DEBUG_COREDUMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM ` Choice options ============== - \ :kconfig:`DEBUG_COREDUMP_MEMORY_DUMP_MIN ` - \ :kconfig:`DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM ` Kconfig definition ================== At ``/debug/coredump/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` → ``/debug/Kconfig:340`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump .. code-block:: kconfig 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.)*