diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-31 13:58:49 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-31 13:58:49 -0600 |
commit | 4efc52a9c22d4795e6960c1baf41e0f7e440682a (patch) | |
tree | b09610d85e7ad66bdc188faf27f045d3f3e31739 /drivers/pci/host/Kconfig | |
parent | 40246603f8f4df99c7cdb88b2d472837e9e5a270 (diff) | |
parent | ba3eb9fce31571257f90c5e610ad74d6dd59b1f2 (diff) | |
download | op-kernel-dev-4efc52a9c22d4795e6960c1baf41e0f7e440682a.zip op-kernel-dev-4efc52a9c22d4795e6960c1baf41e0f7e440682a.tar.gz |
Merge branch 'pci/host-rcar' into next
* pci/host-rcar:
PCI: Add R-Car Gen2 internal PCI support
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r-- | drivers/pci/host/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index efa24d9..d0cf0fa 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -25,4 +25,12 @@ config PCI_TEGRA bool "NVIDIA Tegra PCIe controller" depends on ARCH_TEGRA +config PCI_RCAR_GEN2 + bool "Renesas R-Car Gen2 Internal PCI controller" + depends on ARM && (ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST) + help + Say Y here if you want internal PCI support on R-Car Gen2 SoC. + There are 3 internal PCI controllers available with a single + built-in EHCI/OHCI host controller present on each one. + endmenu |