summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-08-26 17:34:15 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-11 01:12:00 +0200
commit7cd58eb14318672276a50cffc1a320c10d371589 (patch)
tree1983919b6c0b384345147230709667e5ab0cc71e /include
parent4fcf4bf0cef2d5bd3b1670426ae0671c0c66ea1e (diff)
ARM: tegra: Enable PCIe on Cardhu
The PCIe bus on Cardhu is routed to the dock connector. An ethernet NIC is available on the dock over the PCIe bus. Enable the PCIe controller and the network device 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/cardhu.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h
index 09129c7767..de9c25c1c7 100644
--- a/include/configs/cardhu.h
+++ b/include/configs/cardhu.h
@@ -83,6 +83,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