summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/nsh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ntosd-dm320/nsh')
-rw-r--r--nuttx/configs/ntosd-dm320/nsh/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/ntosd-dm320/nsh/defconfig b/nuttx/configs/ntosd-dm320/nsh/defconfig
index f8e1d831d..737135103 100644
--- a/nuttx/configs/ntosd-dm320/nsh/defconfig
+++ b/nuttx/configs/ntosd-dm320/nsh/defconfig
@@ -253,7 +253,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=n
+CONFIG_FS_ROMFS=n
#
# TCP/IP and UDP support via uIP