summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-08-26 17:34:12 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-11 01:11:19 +0200
commitad79c97c11a5d65475f8fe5e34fcd2086a63629e (patch)
tree030b2b2d909e192792e2581f8f4b6d48c80839f8 /include
parentd3ad1ef50b63f401f8ddd66487ef0ce7f185ee82 (diff)
ARM: tegra: Enable PCIe on TrimSlice
The TrimSlice has an ethernet NIC connected to the PCIe bus. Enable the PCIe controller and the network driver so that the device can boot over the network. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/trimslice.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h
index 7c0064267d..4f1accfb3a 100644
--- a/include/configs/trimslice.h
+++ b/include/configs/trimslice.h
@@ -63,6 +63,16 @@
#define CONFIG_USB_HOST_ETHER
#define CONFIG_USB_ETHER_ASIX
+/* PCI host support */
+#define CONFIG_PCI
+#define CONFIG_PCI_TEGRA
+#define CONFIG_PCI_PNP
+#define CONFIG_CMD_PCI
+#define CONFIG_CMD_PCI_ENUM
+
+/* PCI networking support */
+#define CONFIG_RTL8169
+
/* General networking support */
#define CONFIG_CMD_NET
#define CONFIG_CMD_DHCP