diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-09-02 14:56:48 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-09-02 14:56:48 -0500 |
commit | af42a0d4a88b658e848d4c27732203a364788b2d (patch) | |
tree | 062ecd743dc55d8ac09807e7ccd808f8558c6e7f /drivers/pci/controller/dwc/Makefile | |
parent | c1bb1449fa8e3e769c0e7a5861bb49974fe63fb0 (diff) | |
parent | 0c87f90b4c13586a00fbe63524c7be197609d8dc (diff) | |
download | lwn-af42a0d4a88b658e848d4c27732203a364788b2d.tar.gz lwn-af42a0d4a88b658e848d4c27732203a364788b2d.zip |
Merge branch 'remotes/lorenzo/pci/keembay'
- Add Intel Keem Bay PCIe controller driver and DT binding (Srikanth
Thokala)
* remotes/lorenzo/pci/keembay:
PCI: keembay: Add support for Intel Keem Bay
dt-bindings: PCI: Add Intel Keem Bay PCIe controller
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 e2ddcaf2e9f6..73244409792c 100644 --- a/drivers/pci/controller/dwc/Makefile +++ b/drivers/pci/controller/dwc/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_PCIE_ARMADA_8K) += pcie-armada8k.o obj-$(CONFIG_PCIE_ARTPEC6) += pcie-artpec6.o obj-$(CONFIG_PCIE_ROCKCHIP_DW_HOST) += pcie-dw-rockchip.o obj-$(CONFIG_PCIE_INTEL_GW) += pcie-intel-gw.o +obj-$(CONFIG_PCIE_KEEMBAY) += pcie-keembay.o obj-$(CONFIG_PCIE_KIRIN) += pcie-kirin.o obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o obj-$(CONFIG_PCI_MESON) += pci-meson.o |