summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
blob: e16dd35715e183adc625d0571caf2c6021203515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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