From 26e61ea36d54cc16fa71e61e10bad491a7ff8192 Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Tue, 4 May 2021 16:03:02 -0700 Subject: [PATCH] ANDROID: GKI: Enable CONFIG_EXFAT_FS in gki_defconfig Bug: 186473897 Test: build/build.sh Signed-off-by: Sandeep Patil Change-Id: I6c97e858e8f1eac0658a46313a71dac73653d63c --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 9aa4e25c605e..74bb36397327 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -544,6 +544,7 @@ CONFIG_OVERLAY_FS=y CONFIG_INCREMENTAL_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y +CONFIG_EXFAT_FS=y CONFIG_TMPFS=y # CONFIG_EFIVAR_FS is not set CONFIG_PSTORE=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index a23e45d77f80..8b38aa5f5729 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -482,6 +482,7 @@ CONFIG_OVERLAY_FS=y CONFIG_INCREMENTAL_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y +CONFIG_EXFAT_FS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y # CONFIG_EFIVAR_FS is not set