| tristate "XZ decompression support" |
| LZMA2 compression algorithm and BCJ filters are supported using |
| the .xz file format as the container. For integrity checking, |
| CRC32 is supported. See Documentation/xz.txt for more information. |
| bool "x86 BCJ filter decoder" if EXPERT |
| bool "PowerPC BCJ filter decoder" if EXPERT |
| bool "IA-64 BCJ filter decoder" if EXPERT |
| bool "ARM BCJ filter decoder" if EXPERT |
| bool "ARM-Thumb BCJ filter decoder" if EXPERT |
| bool "SPARC BCJ filter decoder" if EXPERT |
| tristate "XZ decompressor tester" |
| This allows passing .xz files to the in-kernel XZ decoder via |
| a character special file. It calculates CRC32 of the decompressed |
| data and writes diagnostics to the system log. |
| Unless you are developing the XZ decoder, you don't need this |