Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 1 | menu "PCI host controller drivers" |
| 2 | depends on PCI |
| 3 | |
Kishon Vijay Abraham I | 47ff3de | 2014-07-22 15:23:45 -0600 | [diff] [blame] | 4 | config PCI_DRA7XX |
| 5 | bool "TI DRA7xx PCIe controller" |
| 6 | select PCIE_DW |
| 7 | depends on OF && HAS_IOMEM && TI_PIPE3 |
Richard Cochran | 5c3b99d | 2016-01-08 09:58:31 -0600 | [diff] [blame] | 8 | depends on BROKEN |
Kishon Vijay Abraham I | 47ff3de | 2014-07-22 15:23:45 -0600 | [diff] [blame] | 9 | help |
| 10 | Enables support for the PCIe controller in the DRA7xx SoC. There |
| 11 | are two instances of PCIe controller in DRA7xx. This controller can |
| 12 | act both as EP and RC. This reuses the Designware core. |
| 13 | |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 14 | config PCI_MVEBU |
| 15 | bool "Marvell EBU PCIe controller" |
Andrew Lunn | c276020 | 2014-07-10 23:36:29 +0200 | [diff] [blame] | 16 | depends on ARCH_MVEBU || ARCH_DOVE |
Thomas Petazzoni | 5477a33 | 2013-08-09 12:35:50 +0200 | [diff] [blame] | 17 | depends on OF |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 18 | |
Jingoo Han | 340cba6 | 2013-06-21 16:24:54 +0900 | [diff] [blame] | 19 | config PCIE_DW |
| 20 | bool |
| 21 | |
| 22 | config PCI_EXYNOS |
| 23 | bool "Samsung Exynos PCIe controller" |
| 24 | depends on SOC_EXYNOS5440 |
| 25 | select PCIEPORTBUS |
| 26 | select PCIE_DW |
| 27 | |
Sean Cross | bb38919 | 2013-09-26 11:24:47 +0800 | [diff] [blame] | 28 | config PCI_IMX6 |
| 29 | bool "Freescale i.MX6 PCIe controller" |
| 30 | depends on SOC_IMX6Q |
| 31 | select PCIEPORTBUS |
| 32 | select PCIE_DW |
| 33 | |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 34 | config PCI_TEGRA |
| 35 | bool "NVIDIA Tegra PCIe controller" |
Thierry Reding | 4407308 | 2014-11-12 14:53:37 +0100 | [diff] [blame] | 36 | depends on ARCH_TEGRA && !ARM64 |
Thierry Reding | 6b1c4d7 | 2014-11-12 14:53:38 +0100 | [diff] [blame] | 37 | help |
| 38 | Say Y here if you want support for the PCIe host controller found |
| 39 | on NVIDIA Tegra SoCs. |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 40 | |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 41 | config PCI_RCAR_GEN2 |
| 42 | bool "Renesas R-Car Gen2 Internal PCI controller" |
Geert Uytterhoeven | 6cbfeae | 2015-10-30 08:08:17 -0500 | [diff] [blame] | 43 | depends on ARM |
Simon Horman | 304e6d57 | 2016-02-25 09:45:56 +0900 | [diff] [blame^] | 44 | depends on ARCH_RENESAS || COMPILE_TEST |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 45 | help |
| 46 | Say Y here if you want internal PCI support on R-Car Gen2 SoC. |
| 47 | There are 3 internal PCI controllers available with a single |
| 48 | built-in EHCI/OHCI host controller present on each one. |
| 49 | |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 50 | config PCI_RCAR_GEN2_PCIE |
| 51 | bool "Renesas R-Car PCIe controller" |
Simon Horman | 304e6d57 | 2016-02-25 09:45:56 +0900 | [diff] [blame^] | 52 | depends on ARCH_RENESAS || (ARM && COMPILE_TEST) |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 53 | help |
| 54 | Say Y here if you want PCIe controller support on R-Car Gen2 SoCs. |
| 55 | |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 56 | config PCI_HOST_GENERIC |
| 57 | bool "Generic PCI host controller" |
Jayachandran C | aa4a5c0 | 2015-08-05 02:23:40 +0530 | [diff] [blame] | 58 | depends on (ARM || ARM64) && OF |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 59 | help |
| 60 | Say Y here if you want to support a simple generic PCI host |
| 61 | controller, such as the one emulated by kvmtool. |
| 62 | |
Pratyush Anand | 51b66a6 | 2014-02-11 11:39:26 +0530 | [diff] [blame] | 63 | config PCIE_SPEAR13XX |
Sachin Kamat | 8d7004a | 2014-08-17 22:09:16 -0600 | [diff] [blame] | 64 | bool "STMicroelectronics SPEAr PCIe controller" |
Pratyush Anand | 51b66a6 | 2014-02-11 11:39:26 +0530 | [diff] [blame] | 65 | depends on ARCH_SPEAR13XX |
| 66 | select PCIEPORTBUS |
| 67 | select PCIE_DW |
| 68 | help |
| 69 | Say Y here if you want PCIe support on SPEAr13XX SoCs. |
| 70 | |
Murali Karicheri | 0c4ffcf | 2014-09-02 17:26:19 -0600 | [diff] [blame] | 71 | config PCI_KEYSTONE |
| 72 | bool "TI Keystone PCIe controller" |
| 73 | depends on ARCH_KEYSTONE |
| 74 | select PCIE_DW |
| 75 | select PCIEPORTBUS |
| 76 | help |
| 77 | Say Y here if you want to enable PCI controller support on Keystone |
| 78 | SoCs. The PCI controller on Keystone is based on Designware hardware |
| 79 | and therefore the driver re-uses the Designware core functions to |
| 80 | implement the driver. |
Bjorn Helgaas | a2351efe | 2014-09-05 10:57:20 -0600 | [diff] [blame] | 81 | |
Srikanth Thokala | 8961def | 2014-08-20 21:56:02 +0530 | [diff] [blame] | 82 | config PCIE_XILINX |
| 83 | bool "Xilinx AXI PCIe host bridge support" |
| 84 | depends on ARCH_ZYNQ |
| 85 | help |
| 86 | Say 'Y' here if you want kernel to support the Xilinx AXI PCIe |
| 87 | Host Bridge driver. |
| 88 | |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 89 | config PCI_XGENE |
| 90 | bool "X-Gene PCIe controller" |
| 91 | depends on ARCH_XGENE |
| 92 | depends on OF |
| 93 | select PCIEPORTBUS |
Duc Dang | dcd19de | 2015-06-05 15:56:34 -0500 | [diff] [blame] | 94 | select PCI_MSI_IRQ_DOMAIN if PCI_MSI |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 95 | help |
| 96 | Say Y here if you want internal PCI support on APM X-Gene SoC. |
| 97 | There are 5 internal PCIe ports available. Each port is GEN3 capable |
| 98 | and have varied lanes from x1 to x8. |
| 99 | |
Duc Dang | dcd19de | 2015-06-05 15:56:34 -0500 | [diff] [blame] | 100 | config PCI_XGENE_MSI |
| 101 | bool "X-Gene v1 PCIe MSI feature" |
| 102 | depends on PCI_XGENE && PCI_MSI |
| 103 | default y |
| 104 | help |
| 105 | Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC. |
| 106 | This MSI driver supports 5 PCIe ports on the APM X-Gene v1 SoC. |
| 107 | |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 108 | config PCI_LAYERSCAPE |
| 109 | bool "Freescale Layerscape PCIe controller" |
Minghuan Lian | 5192ec7 | 2015-10-16 15:19:19 +0800 | [diff] [blame] | 110 | depends on OF && (ARM || ARCH_LAYERSCAPE) |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 111 | select PCIE_DW |
| 112 | select MFD_SYSCON |
| 113 | help |
| 114 | Say Y here if you want PCIe controller support on Layerscape SoCs. |
| 115 | |
Rob Herring | b7e7817 | 2015-01-28 10:16:18 -0600 | [diff] [blame] | 116 | config PCI_VERSATILE |
| 117 | bool "ARM Versatile PB PCI controller" |
| 118 | depends on ARCH_VERSATILE |
| 119 | |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 120 | config PCIE_IPROC |
Arnd Bergmann | c1b98e4 | 2015-11-24 15:28:48 -0600 | [diff] [blame] | 121 | tristate |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 122 | help |
| 123 | This enables the iProc PCIe core controller support for Broadcom's |
Arnd Bergmann | c1b98e4 | 2015-11-24 15:28:48 -0600 | [diff] [blame] | 124 | iProc family of SoCs. An appropriate bus interface driver needs |
| 125 | to be enabled to select this. |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 126 | |
| 127 | config PCIE_IPROC_PLATFORM |
| 128 | tristate "Broadcom iProc PCIe platform bus driver" |
| 129 | depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) |
| 130 | depends on OF |
| 131 | select PCIE_IPROC |
| 132 | default ARCH_BCM_IPROC |
| 133 | help |
| 134 | Say Y here if you want to use the Broadcom iProc PCIe controller |
| 135 | through the generic platform bus interface |
| 136 | |
Hauke Mehrtens | 4785ffb | 2015-05-12 23:23:01 +0200 | [diff] [blame] | 137 | config PCIE_IPROC_BCMA |
Hauke Mehrtens | 05aa7d6 | 2015-07-25 21:15:24 +0200 | [diff] [blame] | 138 | tristate "Broadcom iProc PCIe BCMA bus driver" |
Ray Jui | 70d334c | 2015-07-29 10:12:53 -0700 | [diff] [blame] | 139 | depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST) |
Hauke Mehrtens | 4785ffb | 2015-05-12 23:23:01 +0200 | [diff] [blame] | 140 | select PCIE_IPROC |
| 141 | select BCMA |
| 142 | select PCI_DOMAINS |
| 143 | default ARCH_BCM_5301X |
| 144 | help |
| 145 | Say Y here if you want to use the Broadcom iProc PCIe controller |
| 146 | through the BCMA bus interface |
| 147 | |
Ray Jui | 3bc2b23 | 2016-01-06 18:04:35 -0600 | [diff] [blame] | 148 | config PCIE_IPROC_MSI |
| 149 | bool "Broadcom iProc PCIe MSI support" |
| 150 | depends on PCIE_IPROC_PLATFORM || PCIE_IPROC_BCMA |
| 151 | depends on PCI_MSI |
| 152 | select PCI_MSI_IRQ_DOMAIN |
| 153 | default ARCH_BCM_IPROC |
| 154 | help |
| 155 | Say Y here if you want to enable MSI support for Broadcom's iProc |
| 156 | PCIe controller |
| 157 | |
Ley Foon Tan | eaa6111 | 2015-10-23 18:27:12 +0800 | [diff] [blame] | 158 | config PCIE_ALTERA |
| 159 | bool "Altera PCIe controller" |
| 160 | depends on ARM || NIOS2 |
| 161 | depends on OF_PCI |
| 162 | select PCI_DOMAINS |
| 163 | help |
| 164 | Say Y here if you want to enable PCIe controller support on Altera |
| 165 | FPGA. |
| 166 | |
Ley Foon Tan | af1169b | 2015-10-23 18:27:13 +0800 | [diff] [blame] | 167 | config PCIE_ALTERA_MSI |
| 168 | bool "Altera PCIe MSI feature" |
| 169 | depends on PCIE_ALTERA && PCI_MSI |
| 170 | select PCI_MSI_IRQ_DOMAIN |
| 171 | help |
| 172 | Say Y here if you want PCIe MSI support for the Altera FPGA. |
| 173 | This MSI driver supports Altera MSI to GIC controller IP. |
| 174 | |
Zhou Wang | 500a1d9 | 2015-10-29 20:02:51 -0500 | [diff] [blame] | 175 | config PCI_HISI |
| 176 | depends on OF && ARM64 |
Gabriele Paoloni | 5930fe4 | 2015-11-27 01:17:05 +0800 | [diff] [blame] | 177 | bool "HiSilicon Hip05 and Hip06 SoCs PCIe controllers" |
Zhou Wang | 500a1d9 | 2015-10-29 20:02:51 -0500 | [diff] [blame] | 178 | select PCIEPORTBUS |
| 179 | select PCIE_DW |
| 180 | help |
Gabriele Paoloni | 5930fe4 | 2015-11-27 01:17:05 +0800 | [diff] [blame] | 181 | Say Y here if you want PCIe controller support on HiSilicon |
| 182 | Hip05 and Hip06 SoCs |
Zhou Wang | 500a1d9 | 2015-10-29 20:02:51 -0500 | [diff] [blame] | 183 | |
Stanimir Varbanov | 82a8238 | 2015-12-18 14:38:57 +0200 | [diff] [blame] | 184 | config PCIE_QCOM |
| 185 | bool "Qualcomm PCIe controller" |
| 186 | depends on ARCH_QCOM && OF |
| 187 | select PCIE_DW |
| 188 | select PCIEPORTBUS |
| 189 | help |
| 190 | Say Y here to enable PCIe controller support on Qualcomm SoCs. The |
| 191 | PCIe controller uses the Designware core plus Qualcomm-specific |
| 192 | hardware wrappers. |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 193 | |
| 194 | endmenu |