1config BR2_PACKAGE_HOST_ZSTD
2	bool "host 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	  https://facebook.github.io/zstd
9