summaryrefslogtreecommitdiffstats
path: root/package/matrixssl/Config.in
blob: be0a306fb39e833a7904acf5bb9bcf7a4111f4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_COMPILE_MATRIXSSL
	bool
	depends BR2_PACKAGE_LIBMATRIXSSL

config BR2_PACKAGE_LIBMATRIXSSL
	prompt "libmatrixssl...................... Embedded SSL implementation"
	tristate
	default m if CONFIG_DEVEL
	select BR2_COMPILE_MATRIXSSL
	select BR2_PACKAGE_LIBPTHREAD
	help
	  An embedded SSL implementation
	  
	  http://www.matrixssl.org/
	  
	  Depends: libpthread