mirror of https://github.com/thesofproject/sof.git
zephyr: enable core dump on MTL platform
Follow the setting on TGL platforms. Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
parent
7a7dfb810d
commit
cb605a44ce
|
@ -77,3 +77,7 @@ CONFIG_COMP_KPB=y
|
|||
CONFIG_COMP_ARIA=y
|
||||
CONFIG_CLOCK_CONTROL_ADSP=y
|
||||
CONFIG_CLOCK_CONTROL=y
|
||||
|
||||
CONFIG_DEBUG_COREDUMP=y
|
||||
CONFIG_DEBUG_COREDUMP_BACKEND_INTEL_ADSP_MEM_WINDOW=y
|
||||
CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y
|
||||
|
|
Loading…
Reference in New Issue