summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/defconfig')
-rw-r--r--nuttx/configs/sim/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/sim/defconfig b/nuttx/configs/sim/defconfig
index 7736a65de..9fac3753e 100644
--- a/nuttx/configs/sim/defconfig
+++ b/nuttx/configs/sim/defconfig
@@ -43,6 +43,7 @@
# CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence,
# the board that supports the particular chip or SoC.
# CONFIG_ARCH_BOARD_name - for use in C code
+# CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
#
CONFIG_ARCH=sim
CONFIG_ARCH_SIM=y
@@ -196,6 +197,11 @@ CONFIG_PREALLOC_WDOGS=32
CONFIG_PREALLOC_TIMERS=8
#
+# FAT filesystem configuration
+# CONFIG_FAT - Enable FAT filesystem support
+CONFIG_FS_FAT=y
+
+#
# Stack and heap information
#
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP