summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:35 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:35 +0200
commit0ed157cd19b5b9efe815219c9853300a314f3eed (patch)
treee7efb5c010da88600de6d19d9ed3feec983bf790 /fs/Kconfig
parent79bd10153a001529971d474b79701f324f5c21c4 (diff)
downloadbarebox-0ed157cd19b5b9efe815219c9853300a314f3eed.tar.gz
barebox-0ed157cd19b5b9efe815219c9853300a314f3eed.tar.xz
svn_rev_234
beginning filesystem support
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
new file mode 100644
index 0000000000..f12b08162e
--- /dev/null
+++ b/fs/Kconfig
@@ -0,0 +1,12 @@
+
+menuconfig FS
+ bool "Filesystem support"
+
+if FS
+
+config FS_CRAMFS
+ bool
+ select ZLIB
+ prompt "cramfs support"
+
+endif