ANDROID: GKI: enable CONFIG_ANON_VMA_NAME to support anonymous vma names

Enable CONFIG_ANON_VMA_NAME to support anonymous vma names.

Bug: 120441514
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I38d547359fa799d48b286582997baeb5de50423f
This commit is contained in:
Suren Baghdasaryan
2021-12-28 12:10:09 -08:00
parent 049413278d
commit 2795c80c57
2 changed files with 2 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=16
# CONFIG_ZONE_DMA is not set
CONFIG_ANON_VMA_NAME=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y

View File

@@ -94,6 +94,7 @@ CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=16
# CONFIG_ZONE_DMA is not set
CONFIG_ANON_VMA_NAME=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y