hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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