The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SOCKS

SOCKS5 proxy

Type: bool

Help

Enable SOCKS5 proxy support

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At subsys/net/lib/socks/Kconfig:7

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:19

Menu path: (top menu) → Networking → Network Protocols

menuconfig SOCKS
    bool
    prompt "SOCKS5 proxy" if NETWORKING
    select NET_SOCKETS if NETWORKING
    select NET_SOCKETS_POSIX_NAMES if NETWORKING
    depends on NETWORKING
    help
      Enable SOCKS5 proxy support

(Definitions include propagated dependencies, including from if’s and menus.)