summaryrefslogtreecommitdiff
path: root/include/configs/mvebu_armada-8k.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-10-27 11:36:45 (GMT)
committerStefan Roese <sr@denx.de>2016-12-05 12:34:33 (GMT)
commit1ec5aa630a02174734725ce49bd5351ad5037c2e (patch)
treed91025d773d9588c0630ab7a2de7d0ff5089948a /include/configs/mvebu_armada-8k.h
parent6324fdc547d9596aa25566876aa862ecb83b802c (diff)
downloadu-boot-fsl-qoriq-1ec5aa630a02174734725ce49bd5351ad5037c2e.tar.xz
arm64: mvebu: Add PCI support to DB-88F8040 board
This patch adds PCI support to the Marvell Armada-8K devel board. Additionally the Intel E1000 ethernet driver is enabled so that network support is available on this board, even without the internal network interfaces being supported (yet). Signed-off-by: Stefan Roese <sr@denx.de> Cc: Nadav Haklai <nadavh@marvell.com> Cc: Neta Zur Hershkovits <neta@marvell.com> Cc: Kostya Porotchkin <kostap@marvell.com> Cc: Omri Itach <omrii@marvell.com> Cc: Igal Liberman <igall@marvell.com> Cc: Haim Boot <hayim@marvell.com> Cc: Hanna Hawa <hannah@marvell.com>
Diffstat (limited to 'include/configs/mvebu_armada-8k.h')
-rw-r--r--include/configs/mvebu_armada-8k.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h
index 3b35cb3..8ab5bbe 100644
--- a/include/configs/mvebu_armada-8k.h
+++ b/include/configs/mvebu_armada-8k.h
@@ -128,4 +128,12 @@
#define CONFIG_CMD_PART
#define CONFIG_PARTITION_UUIDS
+/*
+ * PCI configuration
+ */
+#ifdef CONFIG_PCIE_DW_MVEBU
+#define CONFIG_E1000
+#define CONFIG_CMD_PCI
+#endif
+
#endif /* _CONFIG_MVEBU_ARMADA_8K_H */