aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/xz/Kconfig
blob: be2e2fa20333cf98a656b01a82ba2b5b233809d4 (plain)
1
2
3
4
5
6
7
config XZ_DEC
	tristate "XZ decompression support"
	select CRC32
	help
	  Currently this supports the LZMA2 compression algorithm and
	  CRC32 for integrity checking. Other algorithms may be added
	  later. See Documentation/xz.txt for more information.