mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
7a8ec6d55e
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>
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_CMA_DEBUG
|
|
bool "Amlogic cma debug support"
|
|
depends on !DEBUG_FS && CMA_SYSFS
|
|
default y
|
|
help
|
|
This is the debug interface for cma
|