The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_MQTT_LIB

Socket MQTT Library Support

Type: bool

Help

Enable the Zephyr MQTT Library

Direct dependencies

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:8

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:13

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

config MQTT_LIB
    bool
    prompt "Socket MQTT Library Support" if NETWORKING
    select NET_SOCKETS if NETWORKING
    select NET_SOCKETS_POSIX_NAMES if NETWORKING
    depends on NETWORKING
    help
      Enable the Zephyr MQTT Library

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