:orphan: .. title:: CONFIG_NET_SOCKETS .. kconfig:: CONFIG_NET_SOCKETS CONFIG_NET_SOCKETS ################## *BSD Sockets compatible API* Type: ``bool`` Help ==== .. code-block:: none Provide BSD Sockets like API on top of native Zephyr networking API. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`WIFI_ESWIFI ` - \ :kconfig:`MCUMGR_SMP_UDP ` - \ :kconfig:`HAWKBIT ` - \ :kconfig:`UPDATEHUB ` - \ :kconfig:`MQTT_LIB ` - \ :kconfig:`TFTP_LIB ` - \ :kconfig:`WEBSOCKET_CLIENT ` - \ :kconfig:`LWM2M ` - \ :kconfig:`SOCKS ` Kconfig definition ================== At ``/net/lib/sockets/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:30`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries .. code-block:: kconfig menuconfig NET_SOCKETS bool "BSD Sockets compatible API" depends on NETWORKING help Provide BSD Sockets like API on top of native Zephyr networking API. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*