From f923cf54fbac21f4dffdd4c5f5fdd3a8e293e3fe Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 21 Jun 2022 09:49:53 +0900 Subject: [PATCH] ANDROID: remove GKI_HACKS for Microdroid The meta config was to enable configs that are known to be depended on by external vendor modules. Since we don't support vendor modules for Microdroid, we don't need the meta config. Turning it off. Bug: 236548131 Test: watch TH Change-Id: Iaaeec2a3afb2863784be4a7e509b4b2ddcf6ee0b Signed-off-by: Jiyong Park --- arch/arm64/configs/microdroid.fragment | 3 +++ arch/x86/configs/microdroid.fragment | 3 +++ 2 files changed, 6 insertions(+) diff --git a/arch/arm64/configs/microdroid.fragment b/arch/arm64/configs/microdroid.fragment index a9752c9b6371..6ec7942f559b 100644 --- a/arch/arm64/configs/microdroid.fragment +++ b/arch/arm64/configs/microdroid.fragment @@ -20,3 +20,6 @@ CONFIG_VIRTIO_VSOCKETS=y # CONFIG_SERIAL_SPRD_CONSOLE is not set # CONFIG_HVC_DCC=y is not set # CONFIG_SERIAL_DEV_BUS is not set + +# Remove config options that are for unknown vendor modules +# CONFIG_GKI_HACKS_TO_FIX is not set diff --git a/arch/x86/configs/microdroid.fragment b/arch/x86/configs/microdroid.fragment index 25e6b1a55aec..dface773ca7f 100644 --- a/arch/x86/configs/microdroid.fragment +++ b/arch/x86/configs/microdroid.fragment @@ -12,3 +12,6 @@ CONFIG_VIRTIO_VSOCKETS=y # CONFIG_SERIAL_SAMSUNG is not set # CONFIG_SERIAL_SAMSUNG_CONSOLE is not set # CONFIG_SERIAL_DEV_BUS is not set + +# Remove config options that are for unknown vendor modules +# CONFIG_GKI_HACKS_TO_FIX is not set