mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:
@ -18,4 +18,6 @@ source "fs/ubifs/Kconfig"
|
||||
|
||||
source "fs/cramfs/Kconfig"
|
||||
|
||||
source "fs/yaffs2/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
7
fs/yaffs2/Kconfig
Normal file
7
fs/yaffs2/Kconfig
Normal file
@ -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.
|
Reference in New Issue
Block a user