summaryrefslogtreecommitdiffstats
path: root/drivers/pci/Makefile
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-07-30 10:39:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-31 07:29:24 +0200
commit5a9ba98f2175fc81ff7cb1961eedee7ec4106386 (patch)
tree8f29d439e7550a71b8f3d8e30ab0388108cb4f45 /drivers/pci/Makefile
parent846da3d7df1c0873d437bc7ee1c3e94f5dac6dcf (diff)
downloadbarebox-5a9ba98f2175fc81ff7cb1961eedee7ec4106386.tar.gz
barebox-5a9ba98f2175fc81ff7cb1961eedee7ec4106386.tar.xz
pci: mvebu: Add PCIe driver
This adds a PCI driver for the controllers found on Marvell MVEBU SoCs. Besides the functional driver itself, it also adds SoC specific PHY setup required for PCIe. Currently, only Armada 370 is fully supported. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r--drivers/pci/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index edac1a53de..442353173c 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -6,3 +6,5 @@ obj-y += pci.o bus.o pci_iomap.o
ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
CPPFLAGS += $(ccflags-y)
+
+obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o pci-mvebu-phy.o