barebox/lib/Kconfig
Jean-Christophe PLAGNIOL-VILLARD 971d164f62 param: add config to disable it
this will allow to save 992 Bytes for TI xlaoder or AT91 bootstrap

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2012-01-11 21:22:34 +08:00

39 lines
462 B
Text

menu "Library routines"
config PARAMETER
bool
config UNCOMPRESS
bool
select FILETYPE
config ZLIB
bool "include gzip uncompression support"
select UNCOMPRESS
config BZLIB
bool "include bzip2 uncompression support"
select UNCOMPRESS
config GENERIC_FIND_NEXT_BIT
def_bool n
config PROCESS_ESCAPE_SEQUENCE
def_bool n
source lib/lzo/Kconfig
config FDT
bool
config OFTREE
select FDT
bool
config BCH
bool
config BITREV
bool
endmenu