4eda9bda8f
MIIO-62724 Signed-off-by: LiShuzhen <lishuzhen@xiaomi.com>
23 lines
402 B
Plaintext
23 lines
402 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config NETUTILS_MQTTC
|
|
tristate "Enable MQTT-C"
|
|
default n
|
|
---help---
|
|
Enable MQTT-C
|
|
|
|
if NETUTILS_MQTTC
|
|
|
|
config NETUTILS_MQTTC_WITH_MBEDTLS
|
|
bool "Enable MQTT-C with mbedtls"
|
|
default n
|
|
|
|
config NETUTILS_MQTTC_VERSION
|
|
string "MQTT-C Version"
|
|
default "1.1.5"
|
|
|
|
endif
|