From 3ddd2e1d975f405390e4a5a56d43b92dfc790e53 Mon Sep 17 00:00:00 2001 From: Parth Pancholi Date: Fri, 23 Feb 2024 09:29:24 +0100 Subject: linux-toradex-mainline: defconfig: enable EXFAT_FS Add support for ExFAT filesystem. Related-to: ELB-5583 Signed-off-by: Parth Pancholi --- recipes-kernel/linux/linux-toradex-mainline-git/defconfig | 1 + .../linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config | 3 +++ 2 files changed, 4 insertions(+) diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/defconfig b/recipes-kernel/linux/linux-toradex-mainline-git/defconfig index 70df33f..303a479 100644 --- a/recipes-kernel/linux/linux-toradex-mainline-git/defconfig +++ b/recipes-kernel/linux/linux-toradex-mainline-git/defconfig @@ -357,6 +357,7 @@ CONFIG_NVMEM_SNVS_LPGPR=y CONFIG_TEE=y CONFIG_OPTEE=y CONFIG_MUX_MMIO=y +CONFIG_EXFAT_FS=m CONFIG_EXT2_FS=m CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config index 0335ab9..cec4fa5 100644 --- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config +++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config @@ -90,6 +90,9 @@ CONFIG_CMA_SIZE_PERCENTAGE=35 # Thermal emergency poweroff CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=10000 +# Filesystems widely used +CONFIG_EXFAT_FS=m + # Others CONFIG_DRM_SIMPLE_BRIDGE=y -- cgit v1.2.3