:orphan: .. title:: NET_SOCKETS .. option:: CONFIG_NET_SOCKETS *BSD Sockets compatible API* Type: ``bool`` Help ==== Provide BSD Sockets like API on top of native Zephyr networking API. Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`WIFI_ESWIFI ` - \ :option:`MCUMGR_SMP_UDP ` - \ :option:`HAWKBIT ` - \ :option:`UPDATEHUB ` - \ :option:`MQTT_LIB ` - \ :option:`TFTP_LIB ` - \ :option:`WEBSOCKET_CLIENT ` - \ :option:`LWM2M ` - \ :option:`SOCKS ` - \ :option:`SNTP ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sockets/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:30`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries .. parsed-literal:: menuconfig NET_SOCKETS bool "BSD Sockets compatible API" depends on \ :option:`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.)*