CONFIG_MQTT_LIB

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

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
    bool
    prompt "MQTT Library Support" if NETWORKING
    select NET_APP_CLIENT if NETWORKING
    depends on NETWORKING
    help
      Enable the Zephyr MQTT Library

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