summaryrefslogtreecommitdiff
path: root/package/zlib/Config.in
blob: 2d4be8d8d0ff6e6f1db195d699d15f0fef540d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config ADK_PACKAGE_ZLIB
	prompt "zlib.............................. Library implementing the deflate compression method"
	tristate
	default n
	help
	  A library implementing the 'deflate' compression method
	  
	  http://www.zlib.net/

config ADK_PACKAGE_ZLIB_DEV
	prompt "zlib-dev........................ Zlib development files"
	tristate
	depends on ADK_PACKAGE_ZLIB
	default n
	help
	  A library implementing the 'deflate' compression method
	  http://www.zlib.net/