summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-13 20:20:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-13 20:20:07 +0000
commit499922dce09f07ab44e742c0f8f162c0e531d977 (patch)
treee0bd53edc05f76614e6bcb8d4684caa8a329d60b /nuttx/configs
parenta4dac8aa40ce4c09bba389f1722f8e3b8ead7f1c (diff)
downloadpx4-nuttx-499922dce09f07ab44e742c0f8f162c0e531d977.tar.gz
px4-nuttx-499922dce09f07ab44e742c0f8f162c0e531d977.tar.bz2
px4-nuttx-499922dce09f07ab44e742c0f8f162c0e531d977.zip
Misc. changes to support FAT32 fileysystem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@219 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sim/defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/sim/defconfig b/nuttx/configs/sim/defconfig
index 9fac3753e..c61d757fa 100644
--- a/nuttx/configs/sim/defconfig
+++ b/nuttx/configs/sim/defconfig
@@ -198,7 +198,8 @@ CONFIG_PREALLOC_TIMERS=8
#
# FAT filesystem configuration
-# CONFIG_FAT - Enable FAT filesystem support
+# CONFIG_FS_FAT - Enable FAT filesystem support
+# CONFIG_FAT_SECTORSIZE - Max supported sector size
CONFIG_FS_FAT=y
#