Config.in 699 B

123456789101112131415161718192021222324
  1. config 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. if BR2_TARGET_ROOTFS_EROFS
  7. config BR2_TARGET_ROOTFS_EROFS_LZ4HC
  8. bool "lz4hc compression"
  9. help
  10. Use lz4 high-compression to compress data in the filesystem.
  11. config BR2_TARGET_ROOTFS_EROFS_PCLUSTERSIZE
  12. int "pcluster size"
  13. default 0
  14. help
  15. Specify the maximum size of physical cluster in bytes, as a
  16. multiple of 4KiB, for the big pcluster feature in order to
  17. get much better compression ratios (thus better sequential
  18. read performance for common storage devices), which has been
  19. introduced since Linux 5.13.
  20. endif # BR2_TARGET_ROOTFS_EROFS