Newer
Older
barebox / lib / Kconfig
@Sascha Hauer Sascha Hauer on 29 Nov 2011 306 bytes lib: prompt for uncompression functions
menu "Library routines"
config ZLIB
	bool "include gzip uncompression support"

config BZLIB
	bool "include bzip2 uncompression support"

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
endmenu