xref: /OK3568_Linux_fs/buildroot/package/pigz/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PIGZ
2	bool "pigz"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	select BR2_PACKAGE_ZLIB
5	help
6	  pigz, which stands for parallel implementation of gzip, is a
7	  fully functional replacement for gzip that exploits multiple
8	  processors and multiple cores to the hilt when compressing
9	  data.
10
11	  http://www.zlib.net/pigz/
12
13comment "pigz needs a toolchain w/ threads"
14	depends on !BR2_TOOLCHAIN_HAS_THREADS
15