mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: GKI: Enable CONFIG_CMA_DEBUGFS
This will allow userdebug/eng builds to access cma debugfs without needing to build a separate debug kernel. Bug: 179338962 Change-Id: I2cb6cf9bfb2b686983f91ffd7f3f520a6ffa5adf Signed-off-by: Prakash Gupta <guptap@codeaurora.org>
This commit is contained in:
committed by
Suren Baghdasaryan
parent
793826ba7f
commit
b03736322d
@@ -99,6 +99,7 @@ CONFIG_MEMORY_HOTPLUG=y
|
||||
CONFIG_MEMORY_HOTREMOVE=y
|
||||
CONFIG_CLEANCACHE=y
|
||||
CONFIG_CMA=y
|
||||
CONFIG_CMA_DEBUGFS=y
|
||||
CONFIG_CMA_AREAS=16
|
||||
CONFIG_NET=y
|
||||
CONFIG_PACKET=y
|
||||
|
||||
@@ -79,6 +79,7 @@ CONFIG_MEMORY_HOTPLUG=y
|
||||
CONFIG_MEMORY_HOTREMOVE=y
|
||||
CONFIG_CLEANCACHE=y
|
||||
CONFIG_CMA=y
|
||||
CONFIG_CMA_DEBUGFS=y
|
||||
CONFIG_CMA_AREAS=16
|
||||
CONFIG_NET=y
|
||||
CONFIG_PACKET=y
|
||||
|
||||
Reference in New Issue
Block a user