~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/lib/xz/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /lib/xz/Kconfig (Version linux-6.12-rc7) and /lib/xz/Kconfig (Version linux-5.0.21)


  1 # SPDX-License-Identifier: GPL-2.0-only        << 
  2 config XZ_DEC                                       1 config XZ_DEC
  3         tristate "XZ decompression support"         2         tristate "XZ decompression support"
  4         select CRC32                                3         select CRC32
  5         help                                        4         help
  6           LZMA2 compression algorithm and BCJ       5           LZMA2 compression algorithm and BCJ filters are supported using
  7           the .xz file format as the container      6           the .xz file format as the container. For integrity checking,
  8           CRC32 is supported. See Documentatio !!   7           CRC32 is supported. See Documentation/xz.txt for more information.
  9           information.                         << 
 10                                                     8 
 11 if XZ_DEC                                           9 if XZ_DEC
 12                                                    10 
 13 config XZ_DEC_X86                                  11 config XZ_DEC_X86
 14         bool "x86 BCJ filter decoder" if EXPER     12         bool "x86 BCJ filter decoder" if EXPERT
 15         default y                                  13         default y
 16         select XZ_DEC_BCJ                          14         select XZ_DEC_BCJ
 17                                                    15 
 18 config XZ_DEC_POWERPC                              16 config XZ_DEC_POWERPC
 19         bool "PowerPC BCJ filter decoder" if E     17         bool "PowerPC BCJ filter decoder" if EXPERT
 20         default y                                  18         default y
 21         select XZ_DEC_BCJ                          19         select XZ_DEC_BCJ
 22                                                    20 
                                                   >>  21 config XZ_DEC_IA64
                                                   >>  22         bool "IA-64 BCJ filter decoder" if EXPERT
                                                   >>  23         default y
                                                   >>  24         select XZ_DEC_BCJ
                                                   >>  25 
 23 config XZ_DEC_ARM                                  26 config XZ_DEC_ARM
 24         bool "ARM BCJ filter decoder" if EXPER     27         bool "ARM BCJ filter decoder" if EXPERT
 25         default y                                  28         default y
 26         select XZ_DEC_BCJ                          29         select XZ_DEC_BCJ
 27                                                    30 
 28 config XZ_DEC_ARMTHUMB                             31 config XZ_DEC_ARMTHUMB
 29         bool "ARM-Thumb BCJ filter decoder" if     32         bool "ARM-Thumb BCJ filter decoder" if EXPERT
 30         default y                                  33         default y
 31         select XZ_DEC_BCJ                          34         select XZ_DEC_BCJ
 32                                                    35 
 33 config XZ_DEC_ARM64                            << 
 34         bool "ARM64 BCJ filter decoder" if EXP << 
 35         default y                              << 
 36         select XZ_DEC_BCJ                      << 
 37                                                << 
 38 config XZ_DEC_SPARC                                36 config XZ_DEC_SPARC
 39         bool "SPARC BCJ filter decoder" if EXP     37         bool "SPARC BCJ filter decoder" if EXPERT
 40         default y                                  38         default y
 41         select XZ_DEC_BCJ                          39         select XZ_DEC_BCJ
 42                                                << 
 43 config XZ_DEC_RISCV                            << 
 44         bool "RISC-V BCJ filter decoder" if EX << 
 45         default y                              << 
 46         select XZ_DEC_BCJ                      << 
 47                                                << 
 48 config XZ_DEC_MICROLZMA                        << 
 49         bool "MicroLZMA decoder"               << 
 50         default n                              << 
 51         help                                   << 
 52           MicroLZMA is a header format variant << 
 53           of a raw LZMA stream (without the en << 
 54           been replaced with a bitwise-negatio << 
 55           properties byte. MicroLZMA was creat << 
 56           but can be used by other things too  << 
 57           amount of space for headers is impor << 
 58                                                << 
 59           Unless you know that you need this,  << 
 60                                                    40 
 61 endif                                              41 endif
 62                                                    42 
 63 config XZ_DEC_BCJ                                  43 config XZ_DEC_BCJ
 64         bool                                       44         bool
 65         default n                                  45         default n
 66                                                    46 
 67 config XZ_DEC_TEST                                 47 config XZ_DEC_TEST
 68         tristate "XZ decompressor tester"          48         tristate "XZ decompressor tester"
 69         default n                                  49         default n
 70         depends on XZ_DEC                          50         depends on XZ_DEC
 71         help                                       51         help
 72           This allows passing .xz files to the     52           This allows passing .xz files to the in-kernel XZ decoder via
 73           a character special file. It calcula     53           a character special file. It calculates CRC32 of the decompressed
 74           data and writes diagnostics to the s     54           data and writes diagnostics to the system log.
 75                                                    55 
 76           Unless you are developing the XZ dec     56           Unless you are developing the XZ decoder, you don't need this
 77           and should say N.                        57           and should say N.
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php