kernel/lib/xz/Kconfig
.. .. @@ -1,10 +1,11 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config XZ_DEC 2 3 tristate "XZ decompression support" 3 4 select CRC32 4 5 help 5 6 LZMA2 compression algorithm and BCJ filters are supported using 6 7 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.8 9 9 10 if XZ_DEC 10 11