From: Marek Vasut Date: Mon, 17 Mar 2025 03:12:49 +0000 (+0100) Subject: configs: sandbox: Enable exfat support X-Git-Tag: v2025.07-rc1~119^2~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b976712b70ec6ddef239f4a00142fb014b0c77;p=pandora-u-boot.git configs: sandbox: Enable exfat support Enable exfat support in sandbox and sandbox64 to assure build and test coverage of this filesystem on both 32bit and 64bit builds. Signed-off-by: Marek Vasut --- diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 7960b2ef42e..1236ce474a6 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -267,6 +267,7 @@ CONFIG_WDT_SANDBOX=y CONFIG_WDT_ALARM_SANDBOX=y CONFIG_FS_CBFS=y CONFIG_FS_CRAMFS=y +CONFIG_FS_EXFAT=y CONFIG_CMD_DHRYSTONE=y CONFIG_TPM=y CONFIG_ERRNO_STR=y diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 0b3c765389c..87f21fdbd12 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -352,6 +352,7 @@ CONFIG_WDT_ALARM_SANDBOX=y CONFIG_WDT_FTWDT010=y CONFIG_FS_CBFS=y CONFIG_FS_CRAMFS=y +CONFIG_FS_EXFAT=y CONFIG_ADDR_MAP=y CONFIG_PANIC_HANG=y CONFIG_CMD_DHRYSTONE=y