diff options
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r-- | drivers/pci/host/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 3dc25fad490c..c4b6568e486d 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig | |||
@@ -32,7 +32,10 @@ config PCI_IMX6 | |||
32 | 32 | ||
33 | config PCI_TEGRA | 33 | config PCI_TEGRA |
34 | bool "NVIDIA Tegra PCIe controller" | 34 | bool "NVIDIA Tegra PCIe controller" |
35 | depends on ARCH_TEGRA | 35 | depends on ARCH_TEGRA && !ARM64 |
36 | help | ||
37 | Say Y here if you want support for the PCIe host controller found | ||
38 | on NVIDIA Tegra SoCs. | ||
36 | 39 | ||
37 | config PCI_RCAR_GEN2 | 40 | config PCI_RCAR_GEN2 |
38 | bool "Renesas R-Car Gen2 Internal PCI controller" | 41 | bool "Renesas R-Car Gen2 Internal PCI controller" |
@@ -91,4 +94,12 @@ config PCI_XGENE | |||
91 | There are 5 internal PCIe ports available. Each port is GEN3 capable | 94 | There are 5 internal PCIe ports available. Each port is GEN3 capable |
92 | and have varied lanes from x1 to x8. | 95 | and have varied lanes from x1 to x8. |
93 | 96 | ||
97 | config PCI_LAYERSCAPE | ||
98 | bool "Freescale Layerscape PCIe controller" | ||
99 | depends on OF && ARM | ||
100 | select PCIE_DW | ||
101 | select MFD_SYSCON | ||
102 | help | ||
103 | Say Y here if you want PCIe controller support on Layerscape SoCs. | ||
104 | |||
94 | endmenu | 105 | endmenu |