xref: /OK3568_Linux_fs/buildroot/package/lz4/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LZ4
2	bool "lz4"
3	help
4	  LZ4 is a very fast lossless compression algorithm, providing
5	  compression speed at 400 MB/s per core, scalable with
6	  multi-cores CPU. It also features an extremely fast decoder,
7	  with speed in multiple GB/s per core, typically reaching RAM
8	  speed limits on multi-core systems.
9
10	  http://www.lz4.org/
11
12if BR2_PACKAGE_LZ4
13
14config BR2_PACKAGE_LZ4_PROGS
15	bool "install programs"
16	help
17	  lz4, lz4c, unlz4 and lz4cat binaries
18
19endif
20