| bool "Enable EROFS filesystem support" |
| This provides support for reading images from EROFS filesystem. |
| EROFS (Enhanced Read-Only File System) is a lightweight read-only |
| file system for scenarios which need high-performance read-only |
| It also provides fixed-sized output compression support, which |
| improves storage density, keeps relatively higher compression |
| ratios, which is more useful to achieve high performance for |
| embedded devices with limited memory. |
| bool "EROFS Data Compression Support" |
| Enable fixed-sized output compression for EROFS. |
| If you don't want to enable compression feature, say N. |