diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 9 |
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 | |||
106 | config LZO_DECOMPRESS | 106 | config LZO_DECOMPRESS |
107 | tristate | 107 | tristate |
108 | 108 | ||
109 | source "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 | |||
120 | config DECOMPRESS_LZMA | 122 | config DECOMPRESS_LZMA |
121 | tristate | 123 | tristate |
122 | 124 | ||
125 | config DECOMPRESS_XZ | ||
126 | select XZ_DEC | ||
127 | tristate | ||
128 | |||
123 | config DECOMPRESS_LZO | 129 | config DECOMPRESS_LZO |
124 | select LZO_DECOMPRESS | 130 | select LZO_DECOMPRESS |
125 | tristate | 131 | tristate |
@@ -210,4 +216,7 @@ config GENERIC_ATOMIC64 | |||
210 | config LRU_CACHE | 216 | config LRU_CACHE |
211 | tristate | 217 | tristate |
212 | 218 | ||
219 | config AVERAGE | ||
220 | bool | ||
221 | |||
213 | endmenu | 222 | endmenu |