From 673ed5cf1f142b0e01959fa1e086ec7fdec4a9ae Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Sat, 11 Oct 2014 01:56:22 +0200 Subject: tegra: apalis_t30: enable gigabit ethernet over pcie support Now with everything in place actually enable i210/i211 aka gigabit Ethernet over PCIe support. --- include/configs/apalis_t30.h | 5 +++-- 1 file 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 -- cgit v1.2.3