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