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:
Prakash Gupta
2021-02-09 10:49:54 +05:30
committed by Suren Baghdasaryan
parent 793826ba7f
commit b03736322d
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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