summaryrefslogtreecommitdiffstats
path: root/package/azure-iot-sdk-c/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/azure-iot-sdk-c/Config.in')
-rw-r--r--package/azure-iot-sdk-c/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/azure-iot-sdk-c/Config.in b/package/azure-iot-sdk-c/Config.in
new file mode 100644
index 0000000000..9fb956ae0d
--- /dev/null
+++ b/package/azure-iot-sdk-c/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_AZURE_IOT_SDK_C
+ bool "azure-iot-sdk-c"
+ depends on BR2_INSTALL_LIBSTDCPP
+ select BR2_PACKAGE_LIBCURL
+ select BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_UTIL_LINUX
+ select BR2_PACKAGE_UTIL_LINUX_LIBUUID
+ help
+ Microsoft Azure IoT Hub device SDK for C is used
+ to connect devices running C code to Azure IoT Hub.
+
+ https://docs.microsoft.com/nl-nl/azure/iot-hub/iot-hub-device-sdk-c-intro
+
+comment "azure-iot-sdk-c needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud