aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index fa9bf2c06199..0ee67e08ad3e 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -106,6 +106,8 @@ config LZO_COMPRESS
106config LZO_DECOMPRESS 106config LZO_DECOMPRESS
107 tristate 107 tristate
108 108
109source "lib/xz/Kconfig"
110
109# 111#
110# These all provide a common interface (hence the apparent duplication with 112# These all provide a common interface (hence the apparent duplication with
111# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.) 113# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
@@ -120,6 +122,10 @@ config DECOMPRESS_BZIP2
120config DECOMPRESS_LZMA 122config DECOMPRESS_LZMA
121 tristate 123 tristate
122 124
125config DECOMPRESS_XZ
126 select XZ_DEC
127 tristate
128
123config DECOMPRESS_LZO 129config DECOMPRESS_LZO
124 select LZO_DECOMPRESS 130 select LZO_DECOMPRESS
125 tristate 131 tristate
@@ -210,4 +216,7 @@ config GENERIC_ATOMIC64
210config LRU_CACHE 216config LRU_CACHE
211 tristate 217 tristate
212 218
219config AVERAGE
220 bool
221
213endmenu 222endmenu