:orphan: .. title:: MQTT_LIB .. option:: CONFIG_MQTT_LIB *Socket MQTT Library Support* Type: ``bool`` Help ==== Enable the Zephyr MQTT Library Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_SOCKETS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/mqtt/Kconfig:6`` 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 .. parsed-literal:: config MQTT_LIB bool "Socket MQTT Library Support" select \ :option:`NET_SOCKETS ` depends on \ :option:`NETWORKING ` help Enable the Zephyr MQTT Library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*