ANDROID: GKI: add fields required to enable CONFIG_READ_ONLY_THP_FOR_FS

Allow devices to back files with read-only transparent hugepages.

Bug: 179484689
Bug: 179223738
Signed-off-by: Collin Fijalkovich <cfijalkovich@google.com>
Change-Id: Ifba593c33c8d06724e88daa76fb8c080ab5ef225
This commit is contained in:
Collin Fijalkovich
2021-03-09 14:37:48 -08:00
parent 80b4341d05
commit 64872b5388
2 changed files with 2 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ CONFIG_CLEANCACHE=y
CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=16
CONFIG_READ_ONLY_THP_FOR_FS=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y

View File

@@ -87,6 +87,7 @@ CONFIG_CLEANCACHE=y
CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=16
CONFIG_READ_ONLY_THP_FOR_FS=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y