mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-07 12:21:00 +08:00
19 lines
320 B
Plaintext
19 lines
320 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_VERSION
|
|
string "MQTT-C Version"
|
|
default "1.1.5"
|
|
|
|
endif
|