forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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