From 2ea27b7efa3f6fd0b4fab6a748ab08322280f29b Mon Sep 17 00:00:00 2001 From: Jihan Cha Date: Fri, 21 May 2021 04:07:38 +0900 Subject: [PATCH] ANDROID: GKI: Kconfig.gki: enable CONFIG_HMM_MIRROR with HIDDEN GPU Add "select HMM_MIRROR" in GKI_HIDDEN_GPU_CONFIGS for enabling HMM_MIRROR Bug: 188491116 Signed-off-by: Jihan Cha Change-Id: I780f24bad7d2fd9646f127422878e802fe088c51 --- init/Kconfig.gki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init/Kconfig.gki b/init/Kconfig.gki index 6d3ab0f546bc..b07db9ed4bdb 100644 --- a/init/Kconfig.gki +++ b/init/Kconfig.gki @@ -163,6 +163,8 @@ config GKI_HIDDEN_RPMSG_CONFIGS config GKI_HIDDEN_GPU_CONFIGS bool "Hidden GPU configuration needed for GKI" select TRACE_GPU_MEM + select MMU_NOTIFIER + select HMM_MIRROR help Dummy config option used to enable the hidden GPU config. These are normally selected implicitly when a module