Skip to content

Commit

Permalink
bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
H. Peter Anvin committed Jan 7, 2009
1 parent c8531ab commit 7856a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7856a16

Please sign in to comment.