9
0
Fork 0

lib: prompt for uncompression functions

Allow the user to manually select the uncompression support
he wants to have so that we have a single point where a user
can see which uncompression support will be compiled in.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-11-28 13:52:32 +01:00
parent e3394a7010
commit 1aac831cca
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,9 @@
menu "Library routines"
config ZLIB
bool
bool "include gzip uncompression support"
config BZLIB
bool
bool "include bzip2 uncompression support"
config GENERIC_FIND_NEXT_BIT
def_bool n
@ -18,3 +19,4 @@ config FDT
config OFTREE
select FDT
bool
endmenu

View File

@ -1,4 +1,5 @@
config LZO_DECOMPRESS
bool "include lzo uncompression support"
bool
config LZO_COMPRESS