forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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