xref: /OK3568_Linux_fs/buildroot/package/zstd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ZSTD
2	bool "zstd"
3	help
4	  Zstandard, or zstd as short version, is a fast lossless
5	  compression algorithm, targeting real-time compression
6	  scenarios at zlib-level and better compression ratios
7
8	  The selection of other packages will enable some features:
9	  xz, lz4 and/or zlib will enable support for corresponding
10	  compression formats
11
12	  https://facebook.github.io/zstd
13