samples: net: Clean up netusb overlay configuration
Clean up configs which do not belong to Ethernet over USB. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
81ccbd96c9
commit
299c9fedd4
3 changed files with 0 additions and 15 deletions
|
@ -8,7 +8,3 @@ CONFIG_USB_DEVICE_NETWORK_ECM=y
|
|||
# Logging
|
||||
CONFIG_USB_DRIVER_LOG_LEVEL_INF=y
|
||||
CONFIG_USB_DEVICE_LOG_LEVEL_INF=y
|
||||
CONFIG_INIT_STACKS=n
|
||||
|
||||
# Disable shell built-in commands to reduce ROM footprint
|
||||
CONFIG_SHELL_CMDS=n
|
||||
|
|
|
@ -4,4 +4,3 @@ CONFIG_USB_DEVICE_STACK=y
|
|||
|
||||
# Select USB Configurations
|
||||
CONFIG_USB_DEVICE_NETWORK_ECM=y
|
||||
CONFIG_SHELL_CMDS_RESIZE=n
|
||||
|
|
|
@ -12,9 +12,6 @@ tests:
|
|||
platform_whitelist: qemu_x86
|
||||
sample.net.zperf.netusb_ecm:
|
||||
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
||||
extra_configs:
|
||||
- CONFIG_NET_TCP=n
|
||||
- CONFIG_SHELL_CMDS=n
|
||||
tags: usb net zperf
|
||||
depends_on: usb_device
|
||||
sample.net.zperf.netusb_eem:
|
||||
|
@ -22,8 +19,6 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_USB_DEVICE_NETWORK_ECM=n
|
||||
- CONFIG_USB_DEVICE_NETWORK_EEM=y
|
||||
- CONFIG_NET_TCP=n
|
||||
- CONFIG_SHELL_CMDS=n
|
||||
tags: usb net zperf
|
||||
depends_on: usb_device
|
||||
sample.net.zperf.netusb_rndis:
|
||||
|
@ -31,11 +26,6 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_USB_DEVICE_NETWORK_ECM=n
|
||||
- CONFIG_USB_DEVICE_NETWORK_RNDIS=y
|
||||
- CONFIG_NET_PKT_RX_COUNT=32
|
||||
- CONFIG_NET_PKT_TX_COUNT=32
|
||||
- CONFIG_NET_TCP=n
|
||||
- CONFIG_SHELL_CMDS=n
|
||||
- CONFIG_SHELL_HISTORY=n
|
||||
tags: usb net zperf
|
||||
depends_on: usb_device
|
||||
sample.net.zperf.shield:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue