summaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/Makefile
diff options
context:
space:
mode:
authorGabor Juhos2012-03-14 10:36:10 +0100
committerRalf Baechle2012-05-15 17:49:05 +0200
commitf8365ec4e1b945f70a86e9514dd67ba5f9f2915b (patch)
tree4a2c60a5201b7dcba14dca32d47560919093cf0b /arch/mips/pci/Makefile
parentMIPS: ath79: allow to use board specific pci_plat_dev_init functions (diff)
downloadkernel-qcow2-linux-f8365ec4e1b945f70a86e9514dd67ba5f9f2915b.tar.gz
kernel-qcow2-linux-f8365ec4e1b945f70a86e9514dd67ba5f9f2915b.tar.xz
kernel-qcow2-linux-f8365ec4e1b945f70a86e9514dd67ba5f9f2915b.zip
MIPS: ath79: add support for the PCI host controller of the AR71XX SoCs
The Atheros AR71XX SoCs have a built-in PCI Host Controller. This patch adds a driver for that, and modifies the relevant files in order to allow to register the PCI controller from board specific setup. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3498/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/Makefile')
-rw-r--r--arch/mips/pci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile
index 172277cb8291..b1c0a1c88991 100644
--- a/arch/mips/pci/Makefile
+++ b/arch/mips/pci/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_BCM47XX) += pci-bcm47xx.o
obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o fixup-bcm63xx.o \
ops-bcm63xx.o
obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o
+obj-$(CONFIG_SOC_AR71XX) += pci-ar71xx.o
obj-$(CONFIG_SOC_AR724X) += pci-ar724x.o
#