:orphan: .. title:: CONFIG_SOCKS .. kconfig:: CONFIG_SOCKS CONFIG_SOCKS ############ *SOCKS5 proxy* Type: ``bool`` Help ==== .. code-block:: none Enable SOCKS5 proxy support Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_SOCKETS ` - \ :kconfig:`NET_SOCKETS_POSIX_NAMES ` Kconfig definition ================== At ``/net/lib/socks/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:20`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. code-block:: kconfig menuconfig SOCKS bool "SOCKS5 proxy" select NET_SOCKETS select NET_SOCKETS_POSIX_NAMES depends on NETWORKING help Enable SOCKS5 proxy support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*