From 7a8ec6d55e172cd0d53f879adf047f84bbcf4e4d Mon Sep 17 00:00:00 2001 From: "biao.sun" Date: Tue, 27 Jan 2026 08:02:03 +0000 Subject: [PATCH] cma_debug: cma_debug depends on CONFIG_CMA_SYSFS [1/1] PD#SWPL-247997 Problem: CONFIG_CMA_SYSFS is disabled in ARM32 Solution: add depends Verify: s4 Change-Id: If7709f5b6cf191e1d485b09fe66b45439d2519c0 Signed-off-by: biao.sun --- drivers/memory_debug/cma_debug/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/memory_debug/cma_debug/Kconfig b/drivers/memory_debug/cma_debug/Kconfig index 19dc28125..6b87b2927 100644 --- a/drivers/memory_debug/cma_debug/Kconfig +++ b/drivers/memory_debug/cma_debug/Kconfig @@ -2,7 +2,7 @@ config AMLOGIC_CMA_DEBUG bool "Amlogic cma debug support" - depends on !DEBUG_FS + depends on !DEBUG_FS && CMA_SYSFS default y help This is the debug interface for cma