The test was failing when run in sam_e70_xplained board. Because the test does not use any network packet TX/RX functionality, disable Ethernet support so that when run in a board with network capabilities, the network interface is not created. Fixes #28000 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
# required for htons
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_TEST=y
|
|
CONFIG_NET_L2_ETHERNET=n
|
|
|
|
# native IP stack support
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
CONFIG_DNS_RESOLVER=y
|
|
|
|
CONFIG_PRINTK=y
|
|
CONFIG_ZTEST=y
|
|
|
|
CONFIG_MAIN_STACK_SIZE=1280
|