From 84509999da24f63d3001879d91102cdaaca39db0 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 23 Jun 2022 16:08:55 +0900 Subject: [PATCH] ANDROID: remove unnecessary filesystems from microdroid config Bug: 227470702 Test: watch TH Change-Id: I90a65ce40e4fe4e32da636f300ffacf1670c80ea Signed-off-by: Jiyong Park --- arch/arm64/configs/microdroid.fragment | 10 ++++++++++ arch/x86/configs/microdroid.fragment | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/arch/arm64/configs/microdroid.fragment b/arch/arm64/configs/microdroid.fragment index 6ec7942f559b..15017ace1fe6 100644 --- a/arch/arm64/configs/microdroid.fragment +++ b/arch/arm64/configs/microdroid.fragment @@ -23,3 +23,13 @@ CONFIG_VIRTIO_VSOCKETS=y # Remove config options that are for unknown vendor modules # CONFIG_GKI_HACKS_TO_FIX is not set + +# Remove unnecessary filesystems +# CONFIG_F2FS_FS is not set +# CONFIG_VIRTIO_FS is not set +# CONFIG_OVERLAY_FS is not set +# CONFIG_INCREMENTAL_FS is not set +# CONFIG_MSDOS_FS is not set +# CONFIG_VFAT_FS is not set +# CONFIG_VFAT_FS is not set +# CONFIG_EXFAT_FS is not set diff --git a/arch/x86/configs/microdroid.fragment b/arch/x86/configs/microdroid.fragment index dface773ca7f..dfa0a64dd507 100644 --- a/arch/x86/configs/microdroid.fragment +++ b/arch/x86/configs/microdroid.fragment @@ -15,3 +15,13 @@ CONFIG_VIRTIO_VSOCKETS=y # Remove config options that are for unknown vendor modules # CONFIG_GKI_HACKS_TO_FIX is not set + +# Remove unnecessary filesystems +# CONFIG_F2FS_FS is not set +# CONFIG_VIRTIO_FS is not set +# CONFIG_OVERLAY_FS is not set +# CONFIG_INCREMENTAL_FS is not set +# CONFIG_MSDOS_FS is not set +# CONFIG_VFAT_FS is not set +# CONFIG_VFAT_FS is not set +# CONFIG_EXFAT_FS is not set