OSDN Git Service

Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', 'pci...
[uclinux-h8/linux.git] / drivers / pci / host / Kconfig
index 3dc25fa..c4b6568 100644 (file)
@@ -32,7 +32,10 @@ config PCI_IMX6
 
 config PCI_TEGRA
        bool "NVIDIA Tegra PCIe controller"
-       depends on ARCH_TEGRA
+       depends on ARCH_TEGRA && !ARM64
+       help
+         Say Y here if you want support for the PCIe host controller found
+         on NVIDIA Tegra SoCs.
 
 config PCI_RCAR_GEN2
        bool "Renesas R-Car Gen2 Internal PCI controller"
@@ -91,4 +94,12 @@ config PCI_XGENE
          There are 5 internal PCIe ports available. Each port is GEN3 capable
          and have varied lanes from x1 to x8.
 
+config PCI_LAYERSCAPE
+       bool "Freescale Layerscape PCIe controller"
+       depends on OF && ARM
+       select PCIE_DW
+       select MFD_SYSCON
+       help
+         Say Y here if you want PCIe controller support on Layerscape SoCs.
+
 endmenu