Newer
Older
barebox / lib / Kconfig
@Sascha Hauer Sascha Hauer on 19 Oct 2011 199 bytes initial oftree command support
config ZLIB
	bool

config BZLIB
	bool

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