samples: net: quark/arduino 101 do not have ethernet support

Remove old configurations of boards that do not support networking
natively and very custom and difficult to test.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-14 10:39:03 -04:00
parent 986df68b33
commit 84e87a1eb4
5 changed files with 0 additions and 37 deletions

View File

@ -1,7 +0,0 @@
# ENC28J60 is L2 chip slave on SPI
CONFIG_SPI=y
CONFIG_NET_L2_ETHERNET=y
# ENC28J60 Ethernet Device
CONFIG_ETH_ENC28J60=y
CONFIG_ETH_ENC28J60_0=y

View File

@ -34,7 +34,3 @@ tests:
slow: true
tags: net openthread
platform_whitelist: frdm_kw41z
sample.net.sockets.echo_client.enc28j60:
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
tags: net enc28j60
platform_whitelist: arduino_101

View File

@ -1,21 +0,0 @@
/*
* Copyright (c) 2018-2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi1 {
status = "okay";
cs-gpios = <&gpio0 0 0>;
enc28j60@0 {
compatible = "microchip,enc28j60";
spi-port-name = "SPI_1";
local-mac-address = [00 00 00 00 00 00];
spi-max-frequency = <128000>;
int-gpios = <&gpio0 19 1>;
status = "okay";
label = "ETH_0";
reg = <0>;
};
};

View File

@ -1 +0,0 @@
CONFIG_NET_STATISTICS=n

View File

@ -46,10 +46,6 @@ tests:
slow: true
tags: net openthread
platform_whitelist: frdm_kw41z
sample.net.sockets.echo_server.enc28j60:
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
tags: net enc28j60
platform_whitelist: arduino_101
sample.net.sockets.echo_server.e1000:
extra_args: OVERLAY_CONFIG="overlay-e1000.conf"
tags: net