X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=Kconfig_single;fp=Kconfig_single;h=bd6e8df93f749ded1dd6e893df53dd0c18b7d356;hp=0000000000000000000000000000000000000000;hb=2c98f380f6e28ef71d4d7a8a174cc22b0481f102;hpb=bf4900527f7eab3a629498f2aedbaebf259a6f7a 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.