samples: net: adjusted Kconfig settings for pocket and tcp samples

This change ensures a succesful built on both examples

Signed-off-by: Maksim Drachov <maksim.drachov@outlook.com>
This commit is contained in:
Maksim Drachov 2021-07-10 08:12:29 +02:00 committed by Carles Cufí
parent 9a1b5c68f5
commit 3f0394b830
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@ CONFIG_NET_SOCKETS_PACKET=y
# Kernel options
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_INIT_STACKS=y
# Network buffers

View file

@ -25,3 +25,6 @@ CONFIG_JSON_LIBRARY=y
CONFIG_NET_TEST_PROTOCOL=y
CONFIG_THREAD_NAME=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y