-
CONFIG_MQTT_LIB_TLS
¶
Enable TLS support for the MQTT application
Type: bool
Help¶
Enables MQTT library with TLS support
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
NET_APP_TLS
ifMQTT_LIB
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/mqtt/Kconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:13
Menu path: (top menu) → Networking → Network Protocols
config MQTT_LIB_TLS bool prompt "Enable TLS support for the MQTT application" ifMQTT_LIB
&&NETWORKING
selectNET_APP_TLS
ifMQTT_LIB
&&NETWORKING
depends onMQTT_LIB
&&NETWORKING
help Enables MQTT library with TLS support
(Definitions include propagated dependencies, including from if’s and menus.)