···1010 improves storage density, keeps relatively higher compression
1111 ratios, which is more useful to achieve high performance for
1212 embedded devices with limited memory.
1313+1414+config FS_EROFS_ZIP
1515+ bool "EROFS Data Compression Support"
1616+ depends on FS_EROFS
1717+ select LZ4
1818+ default y
1919+ help
2020+ Enable fixed-sized output compression for EROFS.
2121+ If you don't want to enable compression feature, say N.