diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-10-11 01:56:22 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-10-11 01:56:22 +0200 |
commit | 673ed5cf1f142b0e01959fa1e086ec7fdec4a9ae (patch) | |
tree | 6d3c4151f241f573b478b230dcd76029790dc15d | |
parent | 02bf24ad4a7c882e25771f656b973d5458695cf0 (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.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 3cde923b5f9..a63db5cf92a 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 |