X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=Kconfig_single;fp=Kconfig_single;h=bd6e8df93f749ded1dd6e893df53dd0c18b7d356;hb=d7388fb75a13610d14d0afc397f826bd44c972e1;hp=0000000000000000000000000000000000000000;hpb=8cbfc1e273db791447911631e80c0495c6171ca8;p=yaffs2.git 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 + . + +config YAFFS_DEBUG + bool "Enable yaffs debugging" + depends on YAFFS_FS + default n + help + Enable the yaffs debugging tracing. + + If unsure, say N.