We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e6f27 commit 7ae8c4dCopy full SHA for 7ae8c4d
config/zephyr/chip-module/Kconfig.defaults
@@ -47,11 +47,6 @@ config HWINFO
47
bool
48
default y
49
50
-# Generic networking options
51
-config NET_SOCKETS_POSIX_NAMES
52
- bool
53
- default n
54
-
55
# Application stack size
56
config MAIN_STACK_SIZE
57
int
src/test_driver/nrfconnect/prj.conf
@@ -22,7 +22,6 @@ CONFIG_LOG=y
22
CONFIG_LOG_MODE_IMMEDIATE=y
23
24
# Zephyr networking configuration
25
-CONFIG_NET_SOCKETS_POSIX_NAMES=n
26
CONFIG_NET_IPV4=y
27
CONFIG_ETH_NATIVE_POSIX=y
28
CONFIG_NET_PKT_RX_COUNT=16
0 commit comments