blob: b905d9b7dd9a649c1c54767851a6b54ab69cfebd [file] [log] [blame]
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig WEBSOCKET
bool "Websocket support [EXPERIMENTAL]"
default n
depends on HTTP
select NET_TCP
select BASE64
help
This option enables the websocket library.
if WEBSOCKET
config NET_DEBUG_WEBSOCKET
bool "Debug websocket library"
default n
help
Enables websocket library to output debug messages
endif # WEBSOCKET