CONFIG_ZVFS_POLL_MAX is now used to control the maximum number of poll() entires. Thereby, CONFIG_NET_SOCKETS_POLL_MAX is redundant and shall be deprecated. Modify the defaults for NET_SOCKETS_POLL_MAX and ZVS_POLL_MAX so that the deprecation actually makes sense instead of symbol removal. In case the application still sets the old config, it will modify the ZVS_POLL_MAX default. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
30 lines
531 B
Plaintext
30 lines
531 B
Plaintext
# Generic networking options
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_REQUIRES_FULL_LIBC=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_UDP=y
|
|
|
|
CONFIG_NET_SOCKETS=y
|
|
CONFIG_ZVFS_POLL_MAX=4
|
|
CONFIG_POSIX_API=y
|
|
|
|
CONFIG_COAP=y
|
|
|
|
# Kernel options
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
# Logging
|
|
CONFIG_PRINTK=y
|
|
CONFIG_NET_LOG=y
|
|
|
|
# Network Shell
|
|
CONFIG_NET_SHELL=y
|
|
|
|
CONFIG_NET_CONFIG_SETTINGS=y
|
|
CONFIG_NET_CONFIG_NEED_IPV6=y
|
|
CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::2"
|
|
CONFIG_NET_CONFIG_PEER_IPV6_ADDR="2001:db8::1"
|
|
|
|
CONFIG_HEAP_MEM_POOL_SIZE=2048
|