blob: e1125726888e039e142a68d28ad185d49bfadda7 [file] [log] [blame]
Gao Xiangf69f1fc2020-03-16 09:58:38 +08001config BR2_TARGET_ROOTFS_EROFS
2 bool "erofs root filesystem"
3 select BR2_PACKAGE_HOST_EROFS_UTILS
4 help
5 Build a EROFS root filesystem.
6
7if BR2_TARGET_ROOTFS_EROFS
8
9config BR2_TARGET_ROOTFS_EROFS_LZ4HC
10 bool "lz4hc compression"
11 help
12 Use lz4 high-compression to compress data in the filesystem.
13
Gao Xiang90dfc0a2021-07-14 22:55:28 +080014config BR2_TARGET_ROOTFS_EROFS_PCLUSTERSIZE
15 int "pcluster size"
16 default 0
17 help
18 Specify the maximum size of physical cluster in bytes, as a
19 multiple of 4KiB, for the big pcluster feature in order to
20 get much better compression ratios (thus better sequential
21 read performance for common storage devices), which has been
22 introduced since Linux 5.13.
23
Gao Xiangf69f1fc2020-03-16 09:58:38 +080024endif # BR2_TARGET_ROOTFS_EROFS