diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-01-18 14:35:35 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-01-27 20:38:53 +0100 |
commit | 5f14f7d783f1a3a2e8085738a31b82580addf7b9 (patch) | |
tree | c270f26246ddca3037fadb363550795e6eac2c14 /drivers/pci/Makefile | |
parent | 8b05436ff555434f71d137867d0a61da0bf1e93c (diff) | |
download | u-boot-5f14f7d783f1a3a2e8085738a31b82580addf7b9.tar.gz u-boot-5f14f7d783f1a3a2e8085738a31b82580addf7b9.tar.xz u-boot-5f14f7d783f1a3a2e8085738a31b82580addf7b9.zip |
pci: rmobile: Add RCar Gen2 PCIe controller driver
Add driver for the Renesas RCar PCIe controller present on Gen2 SoCs.
The PCIe on Gen2 is used both to connect external PCIe peripherals as
well as access the on-SoC USB EHCI controller.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.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 5410897e40..8fbab462a4 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -25,6 +25,7 @@ obj-$(CONFIG_PCI_MSC01) += pci_msc01.o obj-$(CONFIG_PCIE_IMX) += pcie_imx.o obj-$(CONFIG_FTPCI100) += pci_ftpci100.o obj-$(CONFIG_PCI_MVEBU) += pci_mvebu.o +obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o obj-$(CONFIG_SH4_PCI) += pci_sh4.o obj-$(CONFIG_SH7751_PCI) +=pci_sh7751.o obj-$(CONFIG_SH7780_PCI) +=pci_sh7780.o |