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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user