mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
af23fda6e7
PD#SWPL-247997 Problem: debugfs is closed in kernel6.12 Solution: move slub debug node to /proc/slub_debug Verify: sc2 Change-Id: Ia29a3d1f446ac9b705588c3a9b871fcfa3a1c72d Signed-off-by: biao.sun <biao.sun@amlogic.com>
19 lines
626 B
Plaintext
19 lines
626 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 m
|
|
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"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/memory_debug/cma_debug/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/memory_debug/slub_debug/Kconfig"
|
|
|
|
endmenu
|