summaryrefslogtreecommitdiff
path: root/nuttx/fs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-10 23:01:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-10 23:01:40 +0000
commit4dfecaf427d884d0a3e81bdf0850fa51af0e9ce0 (patch)
tree2bd9d6e027cec37533c335b4304900fa30a63f8c /nuttx/fs/Kconfig
parent9df4eee7585041fb2006969fd9687af972dc8206 (diff)
downloadpx4-nuttx-4dfecaf427d884d0a3e81bdf0850fa51af0e9ce0.tar.gz
px4-nuttx-4dfecaf427d884d0a3e81bdf0850fa51af0e9ce0.tar.bz2
px4-nuttx-4dfecaf427d884d0a3e81bdf0850fa51af0e9ce0.zip
A little bit of file system configuration logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4586 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/Kconfig')
-rw-r--r--nuttx/fs/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig
index ae2bf3130..2e1fd3783 100644
--- a/nuttx/fs/Kconfig
+++ b/nuttx/fs/Kconfig
@@ -2,3 +2,10 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+comment "File system configuration"
+source fs/fat/Kconfig
+source fs/mmap/Kconfig
+source fs/nfs/Kconfig
+source fs/nxffs/Kconfig
+source fs/romfs/Kconfig \ No newline at end of file