summaryrefslogtreecommitdiffstats
path: root/package/mbedtls/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/mbedtls/Config.in')
-rw-r--r--package/mbedtls/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/mbedtls/Config.in b/package/mbedtls/Config.in
new file mode 100644
index 0000000000..24f0f489d4
--- /dev/null
+++ b/package/mbedtls/Config.in
@@ -0,0 +1,20 @@
+config BR2_PACKAGE_MBEDTLS
+ bool "mbedtls"
+ 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.
+
+ https://tls.mbed.org/
+
+if BR2_PACKAGE_MBEDTLS
+
+config BR2_PACKAGE_MBEDTLS_PROGRAMS
+ bool "mbedtls programs"
+ depends on BR2_USE_MMU # fork()
+ help
+ This option enables the installation and the build of
+ mbed TLS companion programs.
+
+endif
OpenPOWER on IntegriCloud