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 |
| 8 | help |
| 9 | Enables support for the PCIe controller in the DRA7xx SoC. There |
| 10 | are two instances of PCIe controller in DRA7xx. This controller can |
| 11 | act both as EP and RC. This reuses the Designware core. |
| 12 | |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 13 | config PCI_MVEBU |
| 14 | bool "Marvell EBU PCIe controller" |
Andrew Lunn | c276020 | 2014-07-10 23:36:29 +0200 | [diff] [blame] | 15 | depends on ARCH_MVEBU || ARCH_DOVE |
Thierry Reding | 61d9e85 | 2016-02-18 14:32:10 +0100 | [diff] [blame] | 16 | depends on ARM |
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 | |
Bjorn Helgaas | 562df5c | 2016-03-15 08:55:52 -0500 | [diff] [blame] | 19 | |
Bharat Kumar Gogada | ab597d3 | 2016-03-06 22:02:14 +0530 | [diff] [blame] | 20 | config PCIE_XILINX_NWL |
| 21 | bool "NWL PCIe Core" |
| 22 | depends on ARCH_ZYNQMP |
| 23 | select PCI_MSI_IRQ_DOMAIN if PCI_MSI |
| 24 | help |
| 25 | Say 'Y' here if you want kernel support for Xilinx |
| 26 | NWL PCIe controller. The controller can act as Root Port |
| 27 | or End Point. The current option selection will only |
| 28 | support root port enabling. |
| 29 | |
Joao Pinto | 5a3aa2a | 2016-03-10 14:44:52 -0600 | [diff] [blame] | 30 | config PCIE_DW_PLAT |
| 31 | bool "Platform bus based DesignWare PCIe Controller" |
| 32 | select PCIE_DW |
| 33 | ---help--- |
| 34 | This selects the DesignWare PCIe controller support. Select this if |
| 35 | you have a PCIe controller on Platform bus. |
| 36 | |
| 37 | If you have a controller with this interface, say Y or M here. |
| 38 | |
| 39 | If unsure, say N. |
| 40 | |
Jingoo Han | 340cba6 | 2013-06-21 16:24:54 +0900 | [diff] [blame] | 41 | config PCIE_DW |
| 42 | bool |
| 43 | |
| 44 | config PCI_EXYNOS |
| 45 | bool "Samsung Exynos PCIe controller" |
| 46 | depends on SOC_EXYNOS5440 |
| 47 | select PCIEPORTBUS |
| 48 | select PCIE_DW |
| 49 | |
Sean Cross | bb38919 | 2013-09-26 11:24:47 +0800 | [diff] [blame] | 50 | config PCI_IMX6 |
| 51 | bool "Freescale i.MX6 PCIe controller" |
| 52 | depends on SOC_IMX6Q |
| 53 | select PCIEPORTBUS |
| 54 | select PCIE_DW |
| 55 | |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 56 | config PCI_TEGRA |
| 57 | bool "NVIDIA Tegra PCIe controller" |
Thierry Reding | 4407308 | 2014-11-12 14:53:37 +0100 | [diff] [blame] | 58 | depends on ARCH_TEGRA && !ARM64 |
Thierry Reding | 6b1c4d7 | 2014-11-12 14:53:38 +0100 | [diff] [blame] | 59 | help |
| 60 | Say Y here if you want support for the PCIe host controller found |
| 61 | on NVIDIA Tegra SoCs. |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 62 | |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 63 | config PCI_RCAR_GEN2 |
| 64 | bool "Renesas R-Car Gen2 Internal PCI controller" |
Geert Uytterhoeven | 6cbfeae | 2015-10-30 08:08:17 -0500 | [diff] [blame] | 65 | depends on ARM |
Simon Horman | 304e6d57 | 2016-02-25 09:45:56 +0900 | [diff] [blame] | 66 | depends on ARCH_RENESAS || COMPILE_TEST |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 67 | help |
| 68 | Say Y here if you want internal PCI support on R-Car Gen2 SoC. |
| 69 | There are 3 internal PCI controllers available with a single |
| 70 | built-in EHCI/OHCI host controller present on each one. |
| 71 | |
Simon Horman | 350a73b | 2016-04-21 13:51:55 +1000 | [diff] [blame] | 72 | config PCIE_RCAR |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 73 | bool "Renesas R-Car PCIe controller" |
Simon Horman | 304e6d57 | 2016-02-25 09:45:56 +0900 | [diff] [blame] | 74 | depends on ARCH_RENESAS || (ARM && COMPILE_TEST) |
Arnd Bergmann | 76ba8c1 | 2016-04-16 22:15:46 +0200 | [diff] [blame] | 75 | select PCI_MSI |
| 76 | select PCI_MSI_IRQ_DOMAIN |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 77 | help |
Simon Horman | 350a73b | 2016-04-21 13:51:55 +1000 | [diff] [blame] | 78 | Say Y here if you want PCIe controller support on R-Car SoCs. |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 79 | |
David Daney | 4e64dbe | 2016-03-11 15:35:55 -0600 | [diff] [blame] | 80 | config PCI_HOST_COMMON |
| 81 | bool |
Jayachandran C | 1958e71 | 2016-05-11 17:34:46 -0500 | [diff] [blame] | 82 | select PCI_ECAM |
David Daney | 4e64dbe | 2016-03-11 15:35:55 -0600 | [diff] [blame] | 83 | |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 84 | config PCI_HOST_GENERIC |
| 85 | bool "Generic PCI host controller" |
Jayachandran C | aa4a5c0 | 2015-08-05 02:23:40 +0530 | [diff] [blame] | 86 | depends on (ARM || ARM64) && OF |
David Daney | 4e64dbe | 2016-03-11 15:35:55 -0600 | [diff] [blame] | 87 | select PCI_HOST_COMMON |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 88 | help |
| 89 | Say Y here if you want to support a simple generic PCI host |
| 90 | controller, such as the one emulated by kvmtool. |
| 91 | |
Pratyush Anand | 51b66a6 | 2014-02-11 11:39:26 +0530 | [diff] [blame] | 92 | config PCIE_SPEAR13XX |
Sachin Kamat | 8d7004a | 2014-08-17 22:09:16 -0600 | [diff] [blame] | 93 | bool "STMicroelectronics SPEAr PCIe controller" |
Pratyush Anand | 51b66a6 | 2014-02-11 11:39:26 +0530 | [diff] [blame] | 94 | depends on ARCH_SPEAR13XX |
| 95 | select PCIEPORTBUS |
| 96 | select PCIE_DW |
| 97 | help |
| 98 | Say Y here if you want PCIe support on SPEAr13XX SoCs. |
| 99 | |
Murali Karicheri | 0c4ffcf | 2014-09-02 17:26:19 -0600 | [diff] [blame] | 100 | config PCI_KEYSTONE |
| 101 | bool "TI Keystone PCIe controller" |
| 102 | depends on ARCH_KEYSTONE |
| 103 | select PCIE_DW |
| 104 | select PCIEPORTBUS |
| 105 | help |
| 106 | Say Y here if you want to enable PCI controller support on Keystone |
| 107 | SoCs. The PCI controller on Keystone is based on Designware hardware |
| 108 | and therefore the driver re-uses the Designware core functions to |
| 109 | implement the driver. |
Bjorn Helgaas | a2351ef | 2014-09-05 10:57:20 -0600 | [diff] [blame] | 110 | |
Srikanth Thokala | 8961def | 2014-08-20 21:56:02 +0530 | [diff] [blame] | 111 | config PCIE_XILINX |
| 112 | bool "Xilinx AXI PCIe host bridge support" |
Bharat Kumar Gogada | 01cf9d5 | 2016-02-11 21:58:11 +0530 | [diff] [blame] | 113 | depends on ARCH_ZYNQ || MICROBLAZE |
Srikanth Thokala | 8961def | 2014-08-20 21:56:02 +0530 | [diff] [blame] | 114 | help |
| 115 | Say 'Y' here if you want kernel to support the Xilinx AXI PCIe |
| 116 | Host Bridge driver. |
| 117 | |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 118 | config PCI_XGENE |
| 119 | bool "X-Gene PCIe controller" |
| 120 | depends on ARCH_XGENE |
| 121 | depends on OF |
| 122 | select PCIEPORTBUS |
Duc Dang | dcd19de | 2015-06-05 15:56:34 -0500 | [diff] [blame] | 123 | select PCI_MSI_IRQ_DOMAIN if PCI_MSI |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 124 | help |
| 125 | Say Y here if you want internal PCI support on APM X-Gene SoC. |
| 126 | There are 5 internal PCIe ports available. Each port is GEN3 capable |
| 127 | and have varied lanes from x1 to x8. |
| 128 | |
Duc Dang | dcd19de | 2015-06-05 15:56:34 -0500 | [diff] [blame] | 129 | config PCI_XGENE_MSI |
| 130 | bool "X-Gene v1 PCIe MSI feature" |
| 131 | depends on PCI_XGENE && PCI_MSI |
| 132 | default y |
| 133 | help |
| 134 | Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC. |
| 135 | This MSI driver supports 5 PCIe ports on the APM X-Gene v1 SoC. |
| 136 | |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 137 | config PCI_LAYERSCAPE |
| 138 | bool "Freescale Layerscape PCIe controller" |
Minghuan Lian | 5192ec7 | 2015-10-16 15:19:19 +0800 | [diff] [blame] | 139 | depends on OF && (ARM || ARCH_LAYERSCAPE) |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 140 | select PCIE_DW |
| 141 | select MFD_SYSCON |
| 142 | help |
| 143 | Say Y here if you want PCIe controller support on Layerscape SoCs. |
| 144 | |
Rob Herring | b7e7817 | 2015-01-28 10:16:18 -0600 | [diff] [blame] | 145 | config PCI_VERSATILE |
| 146 | bool "ARM Versatile PB PCI controller" |
| 147 | depends on ARCH_VERSATILE |
| 148 | |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 149 | config PCIE_IPROC |
Arnd Bergmann | c1b98e4 | 2015-11-24 15:28:48 -0600 | [diff] [blame] | 150 | tristate |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 151 | help |
| 152 | This enables the iProc PCIe core controller support for Broadcom's |
Arnd Bergmann | c1b98e4 | 2015-11-24 15:28:48 -0600 | [diff] [blame] | 153 | iProc family of SoCs. An appropriate bus interface driver needs |
| 154 | to be enabled to select this. |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 155 | |
| 156 | config PCIE_IPROC_PLATFORM |
| 157 | tristate "Broadcom iProc PCIe platform bus driver" |
| 158 | depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) |
| 159 | depends on OF |
| 160 | select PCIE_IPROC |
| 161 | default ARCH_BCM_IPROC |
| 162 | help |
| 163 | Say Y here if you want to use the Broadcom iProc PCIe controller |
| 164 | through the generic platform bus interface |
| 165 | |
Hauke Mehrtens | 4785ffb | 2015-05-12 23:23:01 +0200 | [diff] [blame] | 166 | config PCIE_IPROC_BCMA |
Hauke Mehrtens | 05aa7d6 | 2015-07-25 21:15:24 +0200 | [diff] [blame] | 167 | tristate "Broadcom iProc PCIe BCMA bus driver" |
Ray Jui | 70d334c | 2015-07-29 10:12:53 -0700 | [diff] [blame] | 168 | depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST) |
Hauke Mehrtens | 4785ffb | 2015-05-12 23:23:01 +0200 | [diff] [blame] | 169 | select PCIE_IPROC |
| 170 | select BCMA |
| 171 | select PCI_DOMAINS |
| 172 | default ARCH_BCM_5301X |
| 173 | help |
| 174 | Say Y here if you want to use the Broadcom iProc PCIe controller |
| 175 | through the BCMA bus interface |
| 176 | |
Ray Jui | 3bc2b23 | 2016-01-06 18:04:35 -0600 | [diff] [blame] | 177 | config PCIE_IPROC_MSI |
| 178 | bool "Broadcom iProc PCIe MSI support" |
| 179 | depends on PCIE_IPROC_PLATFORM || PCIE_IPROC_BCMA |
| 180 | depends on PCI_MSI |
| 181 | select PCI_MSI_IRQ_DOMAIN |
| 182 | default ARCH_BCM_IPROC |
| 183 | help |
| 184 | Say Y here if you want to enable MSI support for Broadcom's iProc |
| 185 | PCIe controller |
| 186 | |
Ley Foon Tan | eaa6111 | 2015-10-23 18:27:12 +0800 | [diff] [blame] | 187 | config PCIE_ALTERA |
| 188 | bool "Altera PCIe controller" |
| 189 | depends on ARM || NIOS2 |
| 190 | depends on OF_PCI |
| 191 | select PCI_DOMAINS |
| 192 | help |
| 193 | Say Y here if you want to enable PCIe controller support on Altera |
| 194 | FPGA. |
| 195 | |
Ley Foon Tan | af1169b | 2015-10-23 18:27:13 +0800 | [diff] [blame] | 196 | config PCIE_ALTERA_MSI |
| 197 | bool "Altera PCIe MSI feature" |
| 198 | depends on PCIE_ALTERA && PCI_MSI |
| 199 | select PCI_MSI_IRQ_DOMAIN |
| 200 | help |
| 201 | Say Y here if you want PCIe MSI support for the Altera FPGA. |
| 202 | This MSI driver supports Altera MSI to GIC controller IP. |
| 203 | |
Zhou Wang | 500a1d9 | 2015-10-29 20:02:51 -0500 | [diff] [blame] | 204 | config PCI_HISI |
| 205 | depends on OF && ARM64 |
Gabriele Paoloni | 5930fe4 | 2015-11-27 01:17:05 +0800 | [diff] [blame] | 206 | bool "HiSilicon Hip05 and Hip06 SoCs PCIe controllers" |
Zhou Wang | 500a1d9 | 2015-10-29 20:02:51 -0500 | [diff] [blame] | 207 | select PCIEPORTBUS |
| 208 | select PCIE_DW |
| 209 | help |
Gabriele Paoloni | 5930fe4 | 2015-11-27 01:17:05 +0800 | [diff] [blame] | 210 | Say Y here if you want PCIe controller support on HiSilicon |
| 211 | Hip05 and Hip06 SoCs |
Zhou Wang | 500a1d9 | 2015-10-29 20:02:51 -0500 | [diff] [blame] | 212 | |
Stanimir Varbanov | 82a8238 | 2015-12-18 14:38:57 +0200 | [diff] [blame] | 213 | config PCIE_QCOM |
| 214 | bool "Qualcomm PCIe controller" |
| 215 | depends on ARCH_QCOM && OF |
| 216 | select PCIE_DW |
| 217 | select PCIEPORTBUS |
| 218 | help |
| 219 | Say Y here to enable PCIe controller support on Qualcomm SoCs. The |
| 220 | PCIe controller uses the Designware core plus Qualcomm-specific |
| 221 | hardware wrappers. |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 222 | |
David Daney | f12b76e | 2016-03-04 14:31:47 -0800 | [diff] [blame] | 223 | config PCI_HOST_THUNDER_PEM |
| 224 | bool "Cavium Thunder PCIe controller to off-chip devices" |
| 225 | depends on OF && ARM64 |
| 226 | select PCI_HOST_COMMON |
| 227 | help |
| 228 | Say Y here if you want PCIe support for CN88XX Cavium Thunder SoCs. |
| 229 | |
David Daney | 7b6e7ba | 2016-03-04 14:31:48 -0800 | [diff] [blame] | 230 | config PCI_HOST_THUNDER_ECAM |
| 231 | bool "Cavium Thunder ECAM controller to on-chip devices on pass-1.x silicon" |
| 232 | depends on OF && ARM64 |
| 233 | select PCI_HOST_COMMON |
| 234 | help |
| 235 | Say Y here if you want ECAM support for CN88XX-Pass-1.x Cavium Thunder SoCs. |
| 236 | |
Thomas Petazzoni | 1c52a51 | 2016-04-26 10:31:46 +0200 | [diff] [blame] | 237 | config PCIE_ARMADA_8K |
| 238 | bool "Marvell Armada-8K PCIe controller" |
| 239 | depends on ARCH_MVEBU |
| 240 | select PCIE_DW |
| 241 | select PCIEPORTBUS |
| 242 | help |
| 243 | Say Y here if you want to enable PCIe controller support on |
| 244 | Armada-8K SoCs. The PCIe controller on Armada-8K is based on |
| 245 | Designware hardware and therefore the driver re-uses the |
| 246 | Designware core functions to implement the driver. |
| 247 | |
Niklas Cassel | a3cbfae | 2016-05-09 13:49:03 +0200 | [diff] [blame^] | 248 | config PCIE_ARTPEC6 |
| 249 | bool "Axis ARTPEC-6 PCIe controller" |
| 250 | depends on MACH_ARTPEC6 |
| 251 | select PCIE_DW |
| 252 | select PCIEPORTBUS |
| 253 | help |
| 254 | Say Y here to enable PCIe controller support on Axis ARTPEC-6 |
| 255 | SoCs. This PCIe controller uses the DesignWare core. |
| 256 | |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 257 | endmenu |