mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
5c78a922a7
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>
17 lines
485 B
Plaintext
17 lines
485 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
menu "Meson core memory debug driver"
|
|
|
|
config AMLOGIC_MEMORY_DEBUG
|
|
tristate "Meson debug driver"
|
|
default n
|
|
help
|
|
This is the meson memory driver
|
|
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/memory_debug/memory_ext/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/memory_debug/reg_access/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/memory_debug/ddr_tool/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/memory_debug/ramdump/Kconfig"
|
|
|
|
endmenu
|