summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParth Pancholi <parth.pancholi@toradex.com>2024-02-22 09:24:31 +0100
committerParth Pancholi <parth.pancholi@toradex.com>2024-02-23 09:21:33 +0100
commit02c0357802380cbd760432bca2b2ed54151bb7db (patch)
tree4bdcce01aafbe9d4bbc6719988a905e3d5c63679
parent1263f108fb28480053c72d5fa12b4c9bc41bd963 (diff)
toradex_defconfig: enable EXFAT_FS
Add support for ExFAT filesystem. Related-to: ELB-5583 Upstream-Status: Inappropriate [Configuration] Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
-rw-r--r--arch/arm64/configs/toradex_defconfig1
-rw-r--r--arch/arm64/configs/toradex_imx_v8.config1
2 files changed, 2 insertions, 0 deletions
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