:orphan: .. title:: CONFIG_DEBUG_COREDUMP_BACKEND_OTHER .. kconfig:: CONFIG_DEBUG_COREDUMP_BACKEND_OTHER CONFIG_DEBUG_COREDUMP_BACKEND_OTHER ################################### *Backend subsystem for coredump defined out of tree* Type: ``bool`` Help ==== .. code-block:: none Core dump is done via custom mechanism defined out of tree Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/debug/coredump/Kconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` → ``/debug/Kconfig:334`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump → Coredump backend .. code-block:: kconfig config DEBUG_COREDUMP_BACKEND_OTHER bool "Backend subsystem for coredump defined out of tree" depends on help Core dump is done via custom mechanism defined out of tree *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*