diff options
Diffstat (limited to 'fs/yaffs2/Kconfig')
-rw-r--r-- | fs/yaffs2/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/yaffs2/Kconfig b/fs/yaffs2/Kconfig new file mode 100644 index 00000000000..45ffdf6c26f --- /dev/null +++ b/fs/yaffs2/Kconfig @@ -0,0 +1,7 @@ +config YAFFS2 + bool "YAFFS2 filesystem support" + help + This provides access to YAFFS2 filesystems. Yet Another Flash + Filesystem 2 is a filesystem designed specifically for NAND flash. + It incorporates bad-block management and ensures that device + writes are sequential regardless of filesystem activity. |