diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 3116aa631af6..2b8f8540d670 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.) |