diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2013-10-29 20:12:51 +0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-30 11:25:55 -0600 |
commit | ba3eb9fce31571257f90c5e610ad74d6dd59b1f2 (patch) | |
tree | 545fd231354febca4acfacac1f6ba6a02a7f876c /drivers/pci/host/Makefile | |
parent | 4a10c2ac2f368583138b774ca41fac4207911983 (diff) | |
download | lwn-ba3eb9fce31571257f90c5e610ad74d6dd59b1f2.tar.gz lwn-ba3eb9fce31571257f90c5e610ad74d6dd59b1f2.zip |
PCI: Add R-Car Gen2 internal PCI support
This adds internal PCI controller driver for R-Car Gen2 SoC. There are
three PCI controllers available with only a single EHCI/OHCI device
built-in on each PCI bus. This gives us three USB channels. Channel 0 is
shared with the USBHS device, while channel 2 is shared with the USBSS.
The PCI controllers do not support I/O port space mapping, and it is not
needed here.
Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/host/Makefile')
-rw-r--r-- | drivers/pci/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Makefile b/drivers/pci/host/Makefile index c9a997b2690d..63d972775289 100644 --- a/drivers/pci/host/Makefile +++ b/drivers/pci/host/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_PCIE_DW) += pcie-designware.o obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o +obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o |