summaryrefslogtreecommitdiffstats
path: root/rules/mbedtls.in
blob: a0d58dbd5468384c64b4aa26e13d083f3fe555d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=system_libraries

config MBEDTLS
	tristate
	prompt "mbedtls"
	select HOST_CMAKE
	select LIBC_PTHREAD
	select ZLIB
	help
	  mbed TLS (formerly known as PolarSSL) makes it trivially easy
	  for developers to include cryptographic and SSL/TLS capabilities
	  in their (embedded) products, facilitating this functionality
	  with a minimal coding footprint.