forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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