aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-01-07 00:01:43 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-01-07 00:02:37 -0800
commit7856a16ea03ed9b17860d756ee6473c2e57882b2 (patch)
treefec32cc950f5f7d7f0811e1678bec4b021d72edb /lib
parentc8531ab343dec88ed8005e403b1b304c710b7494 (diff)
bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE
Impact: Partial resolution of build failure DECOMPRESS_GZIP is just a common-interface wrapper around the zlib_inflate code; it thus need to select it. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index e37f061fd32..daa481824d9 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -102,6 +102,7 @@ config LZO_DECOMPRESS
# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
#
config DECOMPRESS_GZIP
+ select ZLIB_INFLATE
tristate
config DECOMPRESS_BZIP2