aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/Makefile
diff options
context:
space:
mode:
authorYue Wang <yue.wang@amlogic.com>2018-12-18 03:04:46 -0500
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2018-12-19 05:24:30 -0500
commit9c0ef6d34fdbfb4f948b96d7611f0fd47649044e (patch)
tree46c24483dd3aeb6cd4eb1bb376e527a8ef50e17c /drivers/pci/controller/dwc/Makefile
parent7cd2103911018ecc6f3d2e6239ab5e00fb684d76 (diff)
PCI: amlogic: Add the Amlogic Meson PCIe controller driver
The Amlogic Meson PCIe host controller is based on the Synopsys DesignWare PCI core. This patch adds the driver support for Meson PCIe controller. Link: https://lore.kernel.org/linux-pci/20181218224708.GB22610@google.com/ Signed-off-by: Yue Wang <yue.wang@amlogic.com> Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com> [lorenzo.pieralisi@arm.com: updated coding/comment style] Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'drivers/pci/controller/dwc/Makefile')
-rw-r--r--drivers/pci/controller/dwc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/Makefile b/drivers/pci/controller/dwc/Makefile
index fcf91eacfc63..e05a0153ffc4 100644
--- a/drivers/pci/controller/dwc/Makefile
+++ b/drivers/pci/controller/dwc/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_PCIE_ARMADA_8K) += pcie-armada8k.o
14obj-$(CONFIG_PCIE_ARTPEC6) += pcie-artpec6.o 14obj-$(CONFIG_PCIE_ARTPEC6) += pcie-artpec6.o
15obj-$(CONFIG_PCIE_KIRIN) += pcie-kirin.o 15obj-$(CONFIG_PCIE_KIRIN) += pcie-kirin.o
16obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o 16obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
17obj-$(CONFIG_PCI_MESON) += pci-meson.o
17 18
18# The following drivers are for devices that use the generic ACPI 19# The following drivers are for devices that use the generic ACPI
19# pci_root.c driver but don't support standard ECAM config access. 20# pci_root.c driver but don't support standard ECAM config access.