summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-12-10 05:25:18 (GMT)
committerTom Warren <twarren@nvidia.com>2014-12-18 20:19:21 (GMT)
commitaffe026928db2f1579261ca3b80fe28b6b9f3765 (patch)
tree51b433c1a17bcacfa0949c5e656ea9fc9890ce7a /include/configs
parent5a2c96a0e5d1dfc13f71b295f07be8a4b7ac8fdb (diff)
downloadu-boot-fsl-qoriq-affe026928db2f1579261ca3b80fe28b6b9f3765.tar.xz
ARM: tegra: Enable PCIe on Beaver
The Beaver has an ethernet NIC connected to the PCIe bus. Enable the PCIe controller and the network device driver so that the device can boot over the network. In addition the board has a mini-PCIe expansion slot. 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/beaver.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/beaver.h b/include/configs/beaver.h
index 5d765f3..5df460c 100644
--- a/include/configs/beaver.h
+++ b/include/configs/beaver.h
@@ -76,6 +76,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