u-boot-brain/fs/yaffs2/Kconfig
Simon Glass 7a76431845 Convert CONFIG_CMD_YAFFS2 to Kconfig
This converts the following to Kconfig:
   CONFIG_CMD_YAFFS2

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2017-08-11 17:44:50 -04:00

8 lines
313 B
Plaintext

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.