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