toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / mbedtls / Config.in
blob24f0f489d41a7b9f2bf2b226d7e1a4092baeae16
1 config BR2_PACKAGE_MBEDTLS
2         bool "mbedtls"
3         help
4           mbed TLS (formerly known as PolarSSL) makes it trivially easy
5           for developers to include cryptographic and SSL/TLS
6           capabilities in their (embedded) products, facilitating this
7           functionality with a minimal coding footprint.
9           https://tls.mbed.org/
11 if BR2_PACKAGE_MBEDTLS
13 config BR2_PACKAGE_MBEDTLS_PROGRAMS
14         bool "mbedtls programs"
15         depends on BR2_USE_MMU # fork()
16         help
17           This option enables the installation and the build of
18           mbed TLS companion programs.
20 endif