The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_SOCKETS

BSD Sockets compatible API

Type: bool

Help

Provide BSD Sockets like API on top of native Zephyr networking API.

Direct dependencies

NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/lib/sockets/Kconfig:9

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

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

menuconfig NET_SOCKETS
    bool
    prompt "BSD Sockets compatible API" if NETWORKING
    depends on NETWORKING
    help
      Provide BSD Sockets like API on top of native Zephyr networking API.

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