CONFIG_MQTT_LIB_TLS

Enable TLS support for the MQTT application

Type: bool

Help

Enables MQTT library with TLS support

Direct dependencies

MQTT_LIB && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/net/lib/mqtt/Kconfig:42

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:13

Menu path: (top menu) → Networking → Network Protocols

config MQTT_LIB_TLS
    bool
    prompt "Enable TLS support for the MQTT application" if MQTT_LIB && NETWORKING
    select NET_APP_TLS if MQTT_LIB && NETWORKING
    depends on MQTT_LIB && NETWORKING
    help
      Enables MQTT library with TLS support

(Definitions include propagated dependencies, including from if’s and menus.)