:orphan: .. title:: MQTT_LIB_WEBSOCKET .. option:: CONFIG_MQTT_LIB_WEBSOCKET *Websocket support for socket MQTT Library* Type: ``bool`` Help ==== .. code-block:: none Enable Websocket support for socket MQTT Library. Direct dependencies =================== \ :option:`MQTT_LIB ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/mqtt/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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 .. code-block:: kconfig config MQTT_LIB_WEBSOCKET bool "Websocket support for socket MQTT Library" depends on MQTT_LIB && NETWORKING help Enable Websocket support for socket MQTT Library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*