summaryrefslogtreecommitdiff
path: root/include/configs/trimslice.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-12-10 05:25:14 (GMT)
committerTom Warren <twarren@nvidia.com>2014-12-18 20:19:20 (GMT)
commit7dd8738f08144b01d91185f250af9ce2648cb25f (patch)
tree9e912e30431794d15aa51cebe2912c2de649a462 /include/configs/trimslice.h
parent65d2465d5d4cdb347506438b226b01d6ef0eec79 (diff)
downloadu-boot-7dd8738f08144b01d91185f250af9ce2648cb25f.tar.xz
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> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/trimslice.h')
-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 a254f86..59f4f67 100644
--- a/include/configs/trimslice.h
+++ b/include/configs/trimslice.h
@@ -60,6 +60,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