ecb6756d25e22ad652fbf4300d14f81cd7bac969
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gnutls / Config.in
1 config BR2_PACKAGE_GNUTLS
2         bool "gnutls"
3         select BR2_PACKAGE_NETTLE
4         select BR2_PACKAGE_PCRE
5         depends on BR2_USE_WCHAR
6         help
7           GnuTLS is a secure communications library implementing the SSL
8           and TLS protocols and technologies around them.
9
10           http://www.gnutls.org
11
12 if BR2_PACKAGE_GNUTLS
13
14 config BR2_PACKAGE_GNUTLS_TOOLS
15         bool "install tools"
16         help
17           Install GnuTLS command line tools for various cryptographic tasks.
18
19 endif
20
21 comment "gnutls needs a toolchain w/ wchar"
22         depends on !BR2_USE_WCHAR