bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE
authorH. Peter Anvin <hpa@zytor.com>
Wed, 7 Jan 2009 08:01:43 +0000 (00:01 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 7 Jan 2009 08:02:37 +0000 (00:02 -0800)
commit7856a16ea03ed9b17860d756ee6473c2e57882b2
treefec32cc950f5f7d7f0811e1678bec4b021d72edb
parentc8531ab343dec88ed8005e403b1b304c710b7494
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>
lib/Kconfig