diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 2b8f8540d670..0ee67e08ad3e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -122,6 +122,10 @@ config DECOMPRESS_BZIP2 | |||
122 | config DECOMPRESS_LZMA | 122 | config DECOMPRESS_LZMA |
123 | tristate | 123 | tristate |
124 | 124 | ||
125 | config DECOMPRESS_XZ | ||
126 | select XZ_DEC | ||
127 | tristate | ||
128 | |||
125 | config DECOMPRESS_LZO | 129 | config DECOMPRESS_LZO |
126 | select LZO_DECOMPRESS | 130 | select LZO_DECOMPRESS |
127 | tristate | 131 | tristate |