Skip to content
Snippets Groups Projects
Commit 3d1282ff authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Tom Warren
Browse files

apalis_t30: enable gigabit ethernet via pcie


Now with all the Tegra PCIe and Intel E1000 gigabit Ethernet driver
updates being merged actually make use of it.

While at it get rid of the USB networking support which now does not
make much sense any longer.

Signed-off-by: default avatarMarcel Ziswiler <marcel@ziswiler.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent 72731118
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright (c) 2014 Marcel Ziswiler * Copyright (c) 2014-2015 Marcel Ziswiler
* *
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */
...@@ -45,12 +45,8 @@ ...@@ -45,12 +45,8 @@
#define CONFIG_USB_STORAGE #define CONFIG_USB_STORAGE
#define CONFIG_CMD_USB #define CONFIG_CMD_USB
/* USB networking support */
#define CONFIG_USB_HOST_ETHER
#define CONFIG_USB_ETHER_ASIX
/* PCI host support */ /* PCI host support */
#undef CONFIG_PCI /* just define once Tegra PCIe support got merged */ #define CONFIG_PCI
#define CONFIG_PCI_TEGRA #define CONFIG_PCI_TEGRA
#define CONFIG_PCI_PNP #define CONFIG_PCI_PNP
#define CONFIG_CMD_PCI #define CONFIG_CMD_PCI
...@@ -58,7 +54,7 @@ ...@@ -58,7 +54,7 @@
/* PCI networking support */ /* PCI networking support */
#define CONFIG_E1000 #define CONFIG_E1000
#undef CONFIG_E1000_NO_NVM /* just define once E1000 driver got fixed */ #define CONFIG_E1000_NO_NVM
/* General networking support */ /* General networking support */
#define CONFIG_CMD_NET #define CONFIG_CMD_NET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment