summaryrefslogtreecommitdiff
path: root/include/configs/beaver.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-08-26 17:34:16 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-11 01:12:12 +0200
commitb069565243fc81cde3057d4c866cd282095bca75 (patch)
treeffe4217cba8922542a7104eb06a1cf8ef1b11b99 /include/configs/beaver.h
parent7cd58eb14318672276a50cffc1a320c10d371589 (diff)
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>
Diffstat (limited to 'include/configs/beaver.h')
-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 164b2dd9518..d382e700b6a 100644
--- a/include/configs/beaver.h
+++ b/include/configs/beaver.h
@@ -79,6 +79,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