From: H. Peter Anvin Date: Wed, 7 Jan 2009 08:01:43 +0000 (-0800) Subject: bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE X-Git-Tag: v2.6.30-rc1~625^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7856a16ea03ed9b17860d756ee6473c2e57882b2;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 --- diff --git a/lib/Kconfig b/lib/Kconfig index e37f061..daa4818 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