xref: /OK3568_Linux_fs/u-boot/fs/jffs2/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig FS_JFFS2
2*4882a593Smuzhiyun	bool "Enable JFFS2 filesystem support"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  This provides support for reading images from JFFS2 (Journalling
5*4882a593Smuzhiyun	  Flash File System version 2). JFFS2 is a log-structured file system
6*4882a593Smuzhiyun	  for use with flash memory devices. It supports raw NAND devices,
7*4882a593Smuzhiyun	  hard links and compression.
8