blob: c81f4555d60b4d271fc6c0e12b684500a6c119dc [file] [log] [blame]
Tom Rini2ad74302021-10-19 21:10:14 -04001config YAFFS_DIRECT
2 bool
3
4config YAFFS_PROVIDE_DEFS
5 bool
6
7config YAFFSFS_PROVIDE_VALUES
8 bool
9
Simon Glass7a764312017-08-04 16:34:58 -060010config YAFFS2
11 bool "YAFFS2 filesystem support"
Tom Rini2ad74302021-10-19 21:10:14 -040012 select YAFFS_DIRECT
13 select YAFFS_PROVIDE_DEFS
14 select YAFFSFS_PROVIDE_VALUES
Simon Glass7a764312017-08-04 16:34:58 -060015 help
16 This provides access to YAFFS2 filesystems. Yet Another Flash
17 Filesystem 2 is a filesystem designed specifically for NAND flash.
18 It incorporates bad-block management and ensures that device
19 writes are sequential regardless of filesystem activity.