mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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 <biao.sun@amlogic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user