hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/lib/xz/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config XZ_DEC
23 tristate "XZ decompression support"
34 select CRC32
45 help
56 LZMA2 compression algorithm and BCJ filters are supported using
67 the .xz file format as the container. For integrity checking,
7
- CRC32 is supported. See Documentation/xz.txt for more information.
8
+ CRC32 is supported. See Documentation/staging/xz.rst for more information.
89
910 if XZ_DEC
1011