aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/xz/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'linux/lib/xz/Kconfig')
-rw-r--r--linux/lib/xz/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/lib/xz/Kconfig b/linux/lib/xz/Kconfig
index 08837db..3e58caf 100644
--- a/linux/lib/xz/Kconfig
+++ b/linux/lib/xz/Kconfig
@@ -38,6 +38,19 @@ config XZ_DEC_SPARC
default y if SPARC
select XZ_DEC_BCJ
+config XZ_DEC_MICROLZMA
+ bool "MicroLZMA decoder"
+ default n
+ help
+ MicroLZMA is a header format variant where the first byte
+ of a raw LZMA stream (without the end of stream marker) has
+ been replaced with a bitwise-negation of the lc/lp/pb
+ properties byte. MicroLZMA was created to be used in EROFS
+ but can be used by other things too where wasting minimal
+ amount of space for headers is important.
+
+ Unless you know that you need this, say N.
+
endif
config XZ_DEC_BCJ