diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2021-03-25 15:49:21 +0100 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2021-04-15 10:43:17 +0800 |
commit | 2c32c701ea6cc04881589c09cc229ee77acae723 (patch) | |
tree | ceaf5ef43e08b9d1455b6aac01bb7254034fcf26 /drivers/pci/Makefile | |
parent | c90f3d0e70568e65ca356ea519231629ddf459ed (diff) | |
download | u-boot-2c32c701ea6cc04881589c09cc229ee77acae723.zip u-boot-2c32c701ea6cc04881589c09cc229ee77acae723.tar.gz u-boot-2c32c701ea6cc04881589c09cc229ee77acae723.tar.bz2 |
pci: add Amlogic Meson Designware PCIe controller
Add support for the DW PCIe controller found in the Amlogic Meson AXG and
G12 (G12A, G12B, SM1) SoCs.
This uses the common DW PCIe helpers introducted previously.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index e3ca8b2..96d6182 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -50,5 +50,6 @@ obj-$(CONFIG_PCI_KEYSTONE) += pcie_dw_ti.o obj-$(CONFIG_PCIE_MEDIATEK) += pcie_mediatek.o obj-$(CONFIG_PCIE_ROCKCHIP) += pcie_rockchip.o obj-$(CONFIG_PCIE_DW_ROCKCHIP) += pcie_dw_rockchip.o +obj-$(CONFIG_PCIE_DW_MESON) += pcie_dw_meson.o obj-$(CONFIG_PCI_BRCMSTB) += pcie_brcmstb.o obj-$(CONFIG_PCI_OCTEONTX) += pci_octeontx.o |