summaryrefslogtreecommitdiff
path: root/Kconfig_single
diff options
context:
space:
mode:
authorTimothy Manning <tfhmanning@gmail.com>2011-12-08 11:01:43 +1300
committerTimothy Manning <tfhmanning@gmail.com>2011-12-08 11:01:43 +1300
commitd7388fb75a13610d14d0afc397f826bd44c972e1 (patch)
tree9119aa4f41683a197f3ebc93f1352f19dcf2298e /Kconfig_single
parent8cbfc1e273db791447911631e80c0495c6171ca8 (diff)
parentd43e901b5bf74d8d40dda18f0d5da15c76245510 (diff)
Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
Diffstat (limited to 'Kconfig_single')
-rw-r--r--Kconfig_single30
1 files changed, 30 insertions, 0 deletions
diff --git a/Kconfig_single b/Kconfig_single
new file mode 100644
index 0000000..bd6e8df
--- /dev/null
+++ b/Kconfig_single
@@ -0,0 +1,30 @@
+#
+# yaffs file system configurations
+#
+
+config YAFFS_FS
+ tristate "yaffs2 file system support"
+ default n
+ depends on MTD_BLOCK
+ select YAFFS_YAFFS1
+ select YAFFS_YAFFS2
+ help
+ yaffs2, or Yet Another Flash File System, is a file system
+ optimised for NAND Flash chips.
+
+ To compile the yaffs2 file system support as a module, choose M
+ here: the module will be called yaffs2.
+
+ If unsure, say N.
+
+ Further information on yaffs2 is available at
+ <http://www.aleph1.co.uk/yaffs/>.
+
+config YAFFS_DEBUG
+ bool "Enable yaffs debugging"
+ depends on YAFFS_FS
+ default n
+ help
+ Enable the yaffs debugging tracing.
+
+ If unsure, say N.