summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-11 01:56:22 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-11 01:56:22 +0200
commit673ed5cf1f142b0e01959fa1e086ec7fdec4a9ae (patch)
tree6d3c4151f241f573b478b230dcd76029790dc15d
parent02bf24ad4a7c882e25771f656b973d5458695cf0 (diff)
tegra: apalis_t30: enable gigabit ethernet over pcie support
Now with everything in place actually enable i210/i211 aka gigabit Ethernet over PCIe support.
-rw-r--r--include/configs/apalis_t30.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index 3cde923b5f..a63db5cf92 100644
--- a/include/configs/apalis_t30.h
+++ b/include/configs/apalis_t30.h
@@ -55,7 +55,8 @@
#define CONFIG_USB_ETHER_ASIX
/* PCI host support */
-#undef CONFIG_PCI /* just define once Tegra PCIe support got merged */
+#define CONFIG_PCI
+#undef CONFIG_PCI_SCAN_SHOW
#define CONFIG_PCI_TEGRA
#define CONFIG_PCI_PNP
#define CONFIG_CMD_PCI
@@ -63,7 +64,7 @@
/* PCI networking support */
#define CONFIG_E1000
-#undef CONFIG_E1000_NO_NVM /* just define once E1000 driver got fixed */
+#define CONFIG_E1000_NO_NVM
/* General networking support */
#define CONFIG_CMD_NET