]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_YAFFS2 to Kconfig
[u-boot] / cmd / Kconfig
index 3dfc94a1822db3f53aa5d9d9c8474fdbff16bb20..a5c557e5b2697be92610fcd17a93d087602f7465 100644 (file)
@@ -1369,6 +1369,17 @@ config CMD_SCSI
          scan the bus, reset the bus, read and write data and get information
          about devices.
 
+config CMD_YAFFS2
+       bool "yaffs2 - Access of YAFFS2 filesystem"
+       depends on YAFFS2
+       default y
+       help
+         This provides commands for accessing a YAFFS2 filesystem. 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.
+
 endmenu
 
 menu "Debug commands"