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>
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_SLUB_DEBUG
|
|
bool "Amlogic cma debug support"
|
|
depends on !DEBUG_FS
|
|
default y
|
|
help
|
|
This is the debug interface for slub alloc and free
|