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 <marex@denx.de>
This commit is contained in:
@@ -265,6 +265,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
|
||||
|
||||
@@ -351,6 +351,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_CMD_DHRYSTONE=y
|
||||
CONFIG_MBEDTLS_LIB=y
|
||||
|
||||
Reference in New Issue
Block a user