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:
parent
9a1b5c68f5
commit
3f0394b830
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue