summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-12-09 22:25:14 -0700
committerTom Warren <twarren@nvidia.com>2014-12-18 13:19:20 -0700
commit7dd8738f08144b01d91185f250af9ce2648cb25f (patch)
tree9e912e30431794d15aa51cebe2912c2de649a462 /include/configs
parent65d2465d5d4cdb347506438b226b01d6ef0eec79 (diff)
downloadtalos-obmc-uboot-7dd8738f08144b01d91185f250af9ce2648cb25f.tar.gz
talos-obmc-uboot-7dd8738f08144b01d91185f250af9ce2648cb25f.zip
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')
-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 a254f86409..59f4f6767b 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
OpenPOWER on IntegriCloud