:orphan: .. title:: choice: Coredump backend .. _choice_511: .. describe:: choice: Coredump backend *Coredump backend* Type: ``bool`` Direct dependencies =================== \ :kconfig:`DEBUG_COREDUMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`DEBUG_COREDUMP_BACKEND_LOGGING ` if \ :kconfig:`LOG ` Choice options ============== - \ :kconfig:`DEBUG_COREDUMP_BACKEND_LOGGING ` - \ :kconfig:`DEBUG_COREDUMP_BACKEND_FLASH_PARTITION ` Kconfig definition ================== At ``/debug/coredump/Kconfig:12`` 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 "Coredump backend" default DEBUG_COREDUMP_BACKEND_LOGGING if LOG depends on DEBUG_COREDUMP *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*