mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 09:05:22 +00:00
This was only used on the Quark SoCs. It is no longer used, can no longer be tested, and it's reliant upon the deprecated legacy PCI subsystem. Remove it to prevent bitrot. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
34 lines
820 B
Plaintext
34 lines
820 B
Plaintext
CONFIG_NETWORKING=y
|
|
CONFIG_NET_TEST=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_NET_TCP=y
|
|
CONFIG_NET_IPV4=y
|
|
CONFIG_NET_ARP=n
|
|
CONFIG_NET_MAX_CONTEXTS=4
|
|
CONFIG_NET_L2_ETHERNET=y
|
|
CONFIG_NET_LOG=y
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_NET_IPV6_DAD=n
|
|
CONFIG_NET_IPV6_MLD=n
|
|
CONFIG_NET_PKT_TX_COUNT=15
|
|
CONFIG_NET_PKT_RX_COUNT=15
|
|
CONFIG_NET_BUF_RX_COUNT=15
|
|
CONFIG_NET_BUF_TX_COUNT=15
|
|
CONFIG_NET_IF_MAX_IPV6_COUNT=2
|
|
CONFIG_NET_IF_MAX_IPV4_COUNT=2
|
|
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=6
|
|
CONFIG_NET_IPV6_ND=n
|
|
CONFIG_ZTEST=y
|
|
CONFIG_NET_CONFIG_SETTINGS=n
|
|
CONFIG_NET_SHELL=n
|
|
|
|
# Disable internal ethernet drivers as the test is self contained
|
|
# and does not need the on board driver to function.
|
|
CONFIG_ETH_NATIVE_POSIX=n
|
|
CONFIG_ETH_MCUX=n
|
|
CONFIG_ETH_SAM_GMAC=n
|
|
CONFIG_ETH_ENC28J60=n
|
|
CONFIG_ETH_STM32_HAL=n
|