Huang Jianan | 024fb2f | 2022-02-26 15:05:47 +0800 | [diff] [blame^] | 1 | config FS_EROFS |
| 2 | bool "Enable EROFS filesystem support" |
| 3 | help |
| 4 | This provides support for reading images from EROFS filesystem. |
| 5 | EROFS (Enhanced Read-Only File System) is a lightweight read-only |
| 6 | file system for scenarios which need high-performance read-only |
| 7 | requirements. |
| 8 | |
| 9 | It also provides fixed-sized output compression support, which |
| 10 | improves storage density, keeps relatively higher compression |
| 11 | ratios, which is more useful to achieve high performance for |
| 12 | embedded devices with limited memory. |