summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/pashello/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/pashello/defconfig')
-rw-r--r--nuttx/configs/sim/pashello/defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/sim/pashello/defconfig b/nuttx/configs/sim/pashello/defconfig
index 5c694d5b5..3f0ac8bd6 100644
--- a/nuttx/configs/sim/pashello/defconfig
+++ b/nuttx/configs/sim/pashello/defconfig
@@ -1,5 +1,5 @@
############################################################################
-# configs/sim/defconfig
+# configs/sim/pashello/defconfig
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -208,7 +208,9 @@ CONFIG_PREALLOC_TIMERS=8
# FAT filesystem configuration
# CONFIG_FS_FAT - Enable FAT filesystem support
# CONFIG_FAT_SECTORSIZE - Max supported sector size
+# CONFIG_FS_ROMFS - Enable ROMFS filesystem support
CONFIG_FS_FAT=y
+CONFIG_FS_ROMFS=n
#
# TCP/IP and UDP support via uIP