1# Copyright (c) 2018 Antmicro Ltd 2# SPDX-License-Identifier: Apache-2.0 3 4menuconfig SOCKS 5 bool "SOCKS5 proxy" 6 help 7 Enable SOCKS5 proxy support 8 9if SOCKS 10 11module = SOCKS 12module-dep = NET_LOG 13module-str = Log level for SOCKS proxy 14module-help = Enable debug messages for SOCKS5 protocol 15source "subsys/net/Kconfig.template.log_config.net" 16 17endif # SOCKS 18