diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-09-02 14:56:46 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-09-02 14:56:46 -0500 |
commit | a549a33c37ef081593dff266f0c3a9e78a28bdf0 (patch) | |
tree | e30f1a19b3d2eb636161730747780dce72d51362 /drivers/pci/controller/dwc/Makefile | |
parent | 0e52059a8256730f5c9555943b52fc115cdb3680 (diff) | |
parent | 89761eefc7ad59ebe7d8436a4fe9a1830be9c3b0 (diff) | |
download | lwn-a549a33c37ef081593dff266f0c3a9e78a28bdf0.tar.gz lwn-a549a33c37ef081593dff266f0c3a9e78a28bdf0.zip |
Merge branch 'pci/visconti'
- Add Toshiba Visconti PCIe host controller driver (Nobuhiro Iwamatsu)
* pci/visconti:
MAINTAINERS: Add entries for Toshiba Visconti PCIe controller
PCI: visconti: Add Toshiba Visconti PCIe host controller driver
Diffstat (limited to 'drivers/pci/controller/dwc/Makefile')
-rw-r--r-- | drivers/pci/controller/dwc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/Makefile b/drivers/pci/controller/dwc/Makefile index 3710e91471f7..e2ddcaf2e9f6 100644 --- a/drivers/pci/controller/dwc/Makefile +++ b/drivers/pci/controller/dwc/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_PCI_MESON) += pci-meson.o obj-$(CONFIG_PCIE_TEGRA194) += pcie-tegra194.o obj-$(CONFIG_PCIE_UNIPHIER) += pcie-uniphier.o obj-$(CONFIG_PCIE_UNIPHIER_EP) += pcie-uniphier-ep.o +obj-$(CONFIG_PCIE_VISCONTI_HOST) += pcie-visconti.o # The following drivers are for devices that use the generic ACPI # pci_root.c driver but don't support standard ECAM config access. |