summaryrefslogtreecommitdiffstats
path: root/package/azure-iot-sdk-c/Config.in
blob: 9fb956ae0d5d92240db7f815e4e6824d56647cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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