summaryrefslogtreecommitdiffstats
path: root/rules/zstd.in
blob: b855c4e3ac4b0a5240a5349f6efeffce077787ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## SECTION=shell_and_console

menuconfig ZSTD
	tristate
	prompt "zstd                          "
	select HOST_CMAKE
	help
	  zstd is a fast lossless compression algorithm and data
	  compression tool, with command line syntax similar to
	  gzip and xz. It is based on the LZ77 family, with further
	  FSE & huff0 entropy stages. zstd offers highly configurable
	  compression speed, with fast modes at > 200 MB/s per code,
	  and strong modes nearing lzma compression ratios. It also
	  features a very fast decoder, with speeds > 500 MB/s per core.

if ZSTD

config ZSTD_ZSTD
	bool
	prompt "install zstd tool"

config ZSTD_ZSTDGREP
	bool
	prompt "install zstdgrep"

config ZSTD_ZSTDLESS
	bool
	prompt "install zstdless"

endif