Files
kernel_common_drivers/drivers/memory_debug/ramdump/Kconfig
T
dongqing.li 5c78a922a7 mm: kernel 5.15 add ramdump driver. [1/1]
PD#SWPL-108700

Problem:
kernel 5.15 cannot support ramdump.

Solution:
support it.

Verify:
sc2_ah212

Change-Id: I9eb56b006ac68ba1350a3183a9617f01e6749e62
Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
2023-02-11 01:27:38 -08:00

11 lines
305 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
config AMLOGIC_RAMDUMP
bool "Amlogic full ramdump"
default n
help
Amlogic ramump implementation. When kernel pain is
generated, the entire ddr data will be compressed and
copied out. Finally, use the crash tool to debug and
analyze on the PC side.