blob: 9a227dbef1e8a533624ce23ba0025d5a9690c6c6 [file] [log] [blame]
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig WEBSOCKET
bool "Websocket support [EXPERIMENTAL]"
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"
help
Enables websocket library to output debug messages
endif # WEBSOCKET