:orphan: .. title:: DEBUG_COREDUMP_BACKEND_FLASH_PARTITION .. option:: CONFIG_DEBUG_COREDUMP_BACKEND_FLASH_PARTITION *Use flash partition for coredump* Type: ``bool`` Help ==== Core dump is saved to a flash partition with DTS alias "coredump-partition". Direct dependencies =================== \ :option:`FLASH ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`FLASH_MAP ` - \ :option:`STREAM_FLASH ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/coredump/Kconfig:22`` 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 → Coredump backend .. parsed-literal:: config DEBUG_COREDUMP_BACKEND_FLASH_PARTITION bool "Use flash partition for coredump" select \ :option:`FLASH_MAP ` select \ :option:`STREAM_FLASH ` depends on \ :option:`FLASH ` && \ :ref:` ` help Core dump is saved to a flash partition with DTS alias "coredump-partition". *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*