mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
2ad74301a0
For the symbols which are both hard-coded as enabled and used, move to Kconfig. The rest of the CONFIG_YAFFS namespace is unselected anywhere, so we leave it as is. Signed-off-by: Tom Rini <trini@konsulko.com>
19 lines
489 B
Text
19 lines
489 B
Text
config YAFFS_DIRECT
|
|
bool
|
|
|
|
config YAFFS_PROVIDE_DEFS
|
|
bool
|
|
|
|
config YAFFSFS_PROVIDE_VALUES
|
|
bool
|
|
|
|
config YAFFS2
|
|
bool "YAFFS2 filesystem support"
|
|
select YAFFS_DIRECT
|
|
select YAFFS_PROVIDE_DEFS
|
|
select YAFFSFS_PROVIDE_VALUES
|
|
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.
|