-
CONFIG_MQTT_LIB_TLS
¶
TLS support for socket MQTT Library
Type: bool
Help¶
Enable TLS support for socket MQTT Library
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/lib/mqtt/Kconfig:27
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:37
→ subsys/net/Kconfig:89
→ subsys/net/lib/Kconfig:10
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → Socket MQTT Library Support
config MQTT_LIB_TLS bool "TLS support for socket MQTT Library" depends onMQTT_LIB
&&NETWORKING
help Enable TLS support for socket MQTT Library
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)