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.

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:31

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.)