From 02c0357802380cbd760432bca2b2ed54151bb7db Mon Sep 17 00:00:00 2001 From: Parth Pancholi Date: Thu, 22 Feb 2024 09:24:31 +0100 Subject: toradex_defconfig: enable EXFAT_FS Add support for ExFAT filesystem. Related-to: ELB-5583 Upstream-Status: Inappropriate [Configuration] Signed-off-by: Parth Pancholi --- arch/arm64/configs/toradex_defconfig | 1 + arch/arm64/configs/toradex_imx_v8.config | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/toradex_defconfig b/arch/arm64/configs/toradex_defconfig index 1ca4c6434e00..0f6370e5b1cb 100644 --- a/arch/arm64/configs/toradex_defconfig +++ b/arch/arm64/configs/toradex_defconfig @@ -976,6 +976,7 @@ CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=m CONFIG_CUSE=m CONFIG_VFAT_FS=y +CONFIG_EXFAT_FS=m CONFIG_NTFS_FS=m CONFIG_NTFS_RW=y CONFIG_TMPFS=y diff --git a/arch/arm64/configs/toradex_imx_v8.config b/arch/arm64/configs/toradex_imx_v8.config index ff42c2745b16..0d34c92f59e9 100644 --- a/arch/arm64/configs/toradex_imx_v8.config +++ b/arch/arm64/configs/toradex_imx_v8.config @@ -101,6 +101,7 @@ CONFIG_EXTCON_GPIO=y CONFIG_USB_GADGETFS=m # Filesystems widely used +CONFIG_EXFAT_FS=m CONFIG_NTFS_FS=m CONFIG_NTFS_RW=y -- cgit v1.2.3