Add missing definition for yaffs_strcmp
[yaffs2.git] / Kconfig_single
1 #
2 # yaffs file system configurations
3 #
4
5 config YAFFS_FS
6         tristate "yaffs2 file system support"
7         default n
8         depends on MTD_BLOCK
9         select YAFFS_YAFFS1
10         select YAFFS_YAFFS2
11         help
12           yaffs2, or Yet Another Flash File System, is a file system
13           optimised for NAND Flash chips.
14
15           To compile the yaffs2 file system support as a module, choose M
16           here: the module will be called yaffs2.
17
18           If unsure, say N.
19
20           Further information on yaffs2 is available at
21           <http://www.aleph1.co.uk/yaffs/>.
22
23 config YAFFS_DEBUG
24         bool "Enable yaffs debugging"
25         depends on YAFFS_FS
26         default n
27         help
28           Enable the yaffs debugging tracing.
29
30           If unsure, say N.