Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 1 | menu "PCI host controller drivers" |
| 2 | depends on PCI |
| 3 | |
| 4 | config PCI_MVEBU |
| 5 | bool "Marvell EBU PCIe controller" |
Andrew Lunn | c276020 | 2014-07-10 23:36:29 +0200 | [diff] [blame] | 6 | depends on ARCH_MVEBU || ARCH_DOVE |
Thierry Reding | 61d9e85 | 2016-02-18 14:32:10 +0100 | [diff] [blame] | 7 | depends on ARM |
Thomas Petazzoni | 5477a33 | 2013-08-09 12:35:50 +0200 | [diff] [blame] | 8 | depends on OF |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 9 | |
Thomas Petazzoni | 8c39d71 | 2016-06-30 11:32:31 +0200 | [diff] [blame] | 10 | config PCI_AARDVARK |
| 11 | bool "Aardvark PCIe controller" |
| 12 | depends on ARCH_MVEBU && ARM64 |
| 13 | depends on OF |
| 14 | depends on PCI_MSI_IRQ_DOMAIN |
| 15 | help |
| 16 | Add support for Aardvark 64bit PCIe Host Controller. This |
| 17 | controller is part of the South Bridge of the Marvel Armada |
| 18 | 3700 SoC. |
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 |
Arnd Bergmann | 3ee80364 | 2016-06-15 15:47:33 -0500 | [diff] [blame] | 23 | depends on PCI_MSI_IRQ_DOMAIN |
Bharat Kumar Gogada | ab597d3 | 2016-03-06 22:02:14 +0530 | [diff] [blame] | 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 | |
Linus Walleij | d3c68e0 | 2017-03-12 23:24:03 +0100 | [diff] [blame] | 30 | config PCI_FTPCI100 |
| 31 | bool "Faraday Technology FTPCI100 PCI controller" |
| 32 | depends on OF |
| 33 | depends on ARM |
| 34 | default ARCH_GEMINI |
| 35 | |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 36 | config PCI_TEGRA |
| 37 | bool "NVIDIA Tegra PCIe controller" |
Thierry Reding | 7ac0271 | 2016-11-25 11:57:16 +0100 | [diff] [blame] | 38 | depends on ARCH_TEGRA |
Thierry Reding | 6b1c4d7 | 2014-11-12 14:53:38 +0100 | [diff] [blame] | 39 | help |
| 40 | Say Y here if you want support for the PCIe host controller found |
| 41 | on NVIDIA Tegra SoCs. |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 42 | |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 43 | config PCI_RCAR_GEN2 |
| 44 | bool "Renesas R-Car Gen2 Internal PCI controller" |
Geert Uytterhoeven | 6cbfeae | 2015-10-30 08:08:17 -0500 | [diff] [blame] | 45 | depends on ARM |
Simon Horman | 304e6d57 | 2016-02-25 09:45:56 +0900 | [diff] [blame] | 46 | depends on ARCH_RENESAS || COMPILE_TEST |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 47 | help |
| 48 | Say Y here if you want internal PCI support on R-Car Gen2 SoC. |
| 49 | There are 3 internal PCI controllers available with a single |
| 50 | built-in EHCI/OHCI host controller present on each one. |
| 51 | |
Simon Horman | 350a73b | 2016-04-21 13:51:55 +1000 | [diff] [blame] | 52 | config PCIE_RCAR |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 53 | bool "Renesas R-Car PCIe controller" |
Simon Horman | 304e6d57 | 2016-02-25 09:45:56 +0900 | [diff] [blame] | 54 | depends on ARCH_RENESAS || (ARM && COMPILE_TEST) |
Arnd Bergmann | 3ee80364 | 2016-06-15 15:47:33 -0500 | [diff] [blame] | 55 | depends on PCI_MSI_IRQ_DOMAIN |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 56 | help |
Simon Horman | 350a73b | 2016-04-21 13:51:55 +1000 | [diff] [blame] | 57 | 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] | 58 | |
David Daney | 4e64dbe | 2016-03-11 15:35:55 -0600 | [diff] [blame] | 59 | config PCI_HOST_COMMON |
| 60 | bool |
Jayachandran C | 1958e71 | 2016-05-11 17:34:46 -0500 | [diff] [blame] | 61 | select PCI_ECAM |
David Daney | 4e64dbe | 2016-03-11 15:35:55 -0600 | [diff] [blame] | 62 | |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 63 | config PCI_HOST_GENERIC |
| 64 | bool "Generic PCI host controller" |
Jayachandran C | aa4a5c0 | 2015-08-05 02:23:40 +0530 | [diff] [blame] | 65 | depends on (ARM || ARM64) && OF |
David Daney | 4e64dbe | 2016-03-11 15:35:55 -0600 | [diff] [blame] | 66 | select PCI_HOST_COMMON |
Arnd Bergmann | d7d5677 | 2016-05-18 16:15:53 +0200 | [diff] [blame] | 67 | select IRQ_DOMAIN |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 68 | help |
| 69 | Say Y here if you want to support a simple generic PCI host |
| 70 | controller, such as the one emulated by kvmtool. |
| 71 | |
Srikanth Thokala | 8961def | 2014-08-20 21:56:02 +0530 | [diff] [blame] | 72 | config PCIE_XILINX |
| 73 | bool "Xilinx AXI PCIe host bridge support" |
Bharat Kumar Gogada | 01cf9d5 | 2016-02-11 21:58:11 +0530 | [diff] [blame] | 74 | depends on ARCH_ZYNQ || MICROBLAZE |
Srikanth Thokala | 8961def | 2014-08-20 21:56:02 +0530 | [diff] [blame] | 75 | help |
| 76 | Say 'Y' here if you want kernel to support the Xilinx AXI PCIe |
| 77 | Host Bridge driver. |
| 78 | |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 79 | config PCI_XGENE |
| 80 | bool "X-Gene PCIe controller" |
Duc Dang | c5d4603 | 2016-12-01 18:27:07 -0800 | [diff] [blame] | 81 | depends on ARM64 |
| 82 | depends on OF || (ACPI && PCI_QUIRKS) |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 83 | select PCIEPORTBUS |
| 84 | help |
| 85 | Say Y here if you want internal PCI support on APM X-Gene SoC. |
| 86 | There are 5 internal PCIe ports available. Each port is GEN3 capable |
| 87 | and have varied lanes from x1 to x8. |
| 88 | |
Duc Dang | dcd19de | 2015-06-05 15:56:34 -0500 | [diff] [blame] | 89 | config PCI_XGENE_MSI |
| 90 | bool "X-Gene v1 PCIe MSI feature" |
Arnd Bergmann | 3ee80364 | 2016-06-15 15:47:33 -0500 | [diff] [blame] | 91 | depends on PCI_XGENE |
| 92 | depends on PCI_MSI_IRQ_DOMAIN |
Duc Dang | dcd19de | 2015-06-05 15:56:34 -0500 | [diff] [blame] | 93 | default y |
| 94 | help |
| 95 | Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC. |
| 96 | This MSI driver supports 5 PCIe ports on the APM X-Gene v1 SoC. |
| 97 | |
Rob Herring | b7e7817 | 2015-01-28 10:16:18 -0600 | [diff] [blame] | 98 | config PCI_VERSATILE |
| 99 | bool "ARM Versatile PB PCI controller" |
| 100 | depends on ARCH_VERSATILE |
| 101 | |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 102 | config PCIE_IPROC |
Arnd Bergmann | c1b98e4 | 2015-11-24 15:28:48 -0600 | [diff] [blame] | 103 | tristate |
Jon Mason | e584b06c | 2017-03-01 10:53:13 -0500 | [diff] [blame] | 104 | select PCI_DOMAINS |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 105 | help |
| 106 | This enables the iProc PCIe core controller support for Broadcom's |
Arnd Bergmann | c1b98e4 | 2015-11-24 15:28:48 -0600 | [diff] [blame] | 107 | iProc family of SoCs. An appropriate bus interface driver needs |
| 108 | to be enabled to select this. |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 109 | |
| 110 | config PCIE_IPROC_PLATFORM |
| 111 | tristate "Broadcom iProc PCIe platform bus driver" |
| 112 | depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) |
| 113 | depends on OF |
| 114 | select PCIE_IPROC |
| 115 | default ARCH_BCM_IPROC |
| 116 | help |
| 117 | Say Y here if you want to use the Broadcom iProc PCIe controller |
| 118 | through the generic platform bus interface |
| 119 | |
Hauke Mehrtens | 4785ffb | 2015-05-12 23:23:01 +0200 | [diff] [blame] | 120 | config PCIE_IPROC_BCMA |
Hauke Mehrtens | 05aa7d6 | 2015-07-25 21:15:24 +0200 | [diff] [blame] | 121 | tristate "Broadcom iProc PCIe BCMA bus driver" |
Ray Jui | 70d334c | 2015-07-29 10:12:53 -0700 | [diff] [blame] | 122 | depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST) |
Hauke Mehrtens | 4785ffb | 2015-05-12 23:23:01 +0200 | [diff] [blame] | 123 | select PCIE_IPROC |
| 124 | select BCMA |
Hauke Mehrtens | 4785ffb | 2015-05-12 23:23:01 +0200 | [diff] [blame] | 125 | default ARCH_BCM_5301X |
| 126 | help |
| 127 | Say Y here if you want to use the Broadcom iProc PCIe controller |
| 128 | through the BCMA bus interface |
| 129 | |
Ray Jui | 3bc2b23 | 2016-01-06 18:04:35 -0600 | [diff] [blame] | 130 | config PCIE_IPROC_MSI |
| 131 | bool "Broadcom iProc PCIe MSI support" |
| 132 | depends on PCIE_IPROC_PLATFORM || PCIE_IPROC_BCMA |
Arnd Bergmann | 3ee80364 | 2016-06-15 15:47:33 -0500 | [diff] [blame] | 133 | depends on PCI_MSI_IRQ_DOMAIN |
Ray Jui | 3bc2b23 | 2016-01-06 18:04:35 -0600 | [diff] [blame] | 134 | default ARCH_BCM_IPROC |
| 135 | help |
| 136 | Say Y here if you want to enable MSI support for Broadcom's iProc |
| 137 | PCIe controller |
| 138 | |
Ley Foon Tan | eaa6111 | 2015-10-23 18:27:12 +0800 | [diff] [blame] | 139 | config PCIE_ALTERA |
| 140 | bool "Altera PCIe controller" |
| 141 | depends on ARM || NIOS2 |
| 142 | depends on OF_PCI |
| 143 | select PCI_DOMAINS |
| 144 | help |
| 145 | Say Y here if you want to enable PCIe controller support on Altera |
| 146 | FPGA. |
| 147 | |
Ley Foon Tan | af1169b | 2015-10-23 18:27:13 +0800 | [diff] [blame] | 148 | config PCIE_ALTERA_MSI |
| 149 | bool "Altera PCIe MSI feature" |
Arnd Bergmann | 3ee80364 | 2016-06-15 15:47:33 -0500 | [diff] [blame] | 150 | depends on PCIE_ALTERA |
| 151 | depends on PCI_MSI_IRQ_DOMAIN |
Ley Foon Tan | af1169b | 2015-10-23 18:27:13 +0800 | [diff] [blame] | 152 | help |
| 153 | Say Y here if you want PCIe MSI support for the Altera FPGA. |
| 154 | This MSI driver supports Altera MSI to GIC controller IP. |
| 155 | |
David Daney | f12b76e | 2016-03-04 14:31:47 -0800 | [diff] [blame] | 156 | config PCI_HOST_THUNDER_PEM |
| 157 | bool "Cavium Thunder PCIe controller to off-chip devices" |
Tomasz Nowicki | 44f22bd | 2016-12-01 00:07:56 -0600 | [diff] [blame] | 158 | depends on ARM64 |
| 159 | depends on OF || (ACPI && PCI_QUIRKS) |
David Daney | f12b76e | 2016-03-04 14:31:47 -0800 | [diff] [blame] | 160 | select PCI_HOST_COMMON |
| 161 | help |
| 162 | Say Y here if you want PCIe support for CN88XX Cavium Thunder SoCs. |
| 163 | |
David Daney | 7b6e7ba | 2016-03-04 14:31:48 -0800 | [diff] [blame] | 164 | config PCI_HOST_THUNDER_ECAM |
| 165 | bool "Cavium Thunder ECAM controller to on-chip devices on pass-1.x silicon" |
Tomasz Nowicki | 648d93f | 2016-11-30 23:16:34 -0600 | [diff] [blame] | 166 | depends on ARM64 |
| 167 | depends on OF || (ACPI && PCI_QUIRKS) |
David Daney | 7b6e7ba | 2016-03-04 14:31:48 -0800 | [diff] [blame] | 168 | select PCI_HOST_COMMON |
| 169 | help |
| 170 | Say Y here if you want ECAM support for CN88XX-Pass-1.x Cavium Thunder SoCs. |
| 171 | |
Shawn Lin | e77f847 | 2016-09-03 11:41:09 -0500 | [diff] [blame] | 172 | config PCIE_ROCKCHIP |
Brian Norris | b0308c5 | 2017-03-09 18:46:17 -0800 | [diff] [blame] | 173 | tristate "Rockchip PCIe controller" |
Shawn Lin | 1177f76 | 2016-12-07 15:05:59 -0600 | [diff] [blame] | 174 | depends on ARCH_ROCKCHIP || COMPILE_TEST |
Shawn Lin | e77f847 | 2016-09-03 11:41:09 -0500 | [diff] [blame] | 175 | depends on OF |
| 176 | depends on PCI_MSI_IRQ_DOMAIN |
| 177 | select MFD_SYSCON |
| 178 | help |
| 179 | Say Y here if you want internal PCI support on Rockchip SoC. |
| 180 | There is 1 internal PCIe port available to support GEN2 with |
| 181 | 4 slots. |
| 182 | |
Ryder Lee | 637cfaca | 2017-05-21 11:42:24 +0800 | [diff] [blame^] | 183 | config PCIE_MEDIATEK |
| 184 | bool "MediaTek PCIe controller" |
| 185 | depends on ARM && (ARCH_MEDIATEK || COMPILE_TEST) |
| 186 | depends on OF |
| 187 | depends on PCI |
| 188 | select PCIEPORTBUS |
| 189 | help |
| 190 | Say Y here if you want to enable PCIe controller support on |
| 191 | MT7623 series SoCs. There is one single root complex with 3 root |
| 192 | ports available. Each port supports Gen2 lane x1. |
| 193 | |
Keith Busch | 181ffd1 | 2016-10-04 12:26:37 -0500 | [diff] [blame] | 194 | config VMD |
Jon Derrick | 3906b91 | 2016-11-11 16:08:45 -0700 | [diff] [blame] | 195 | depends on PCI_MSI && X86_64 && SRCU |
Keith Busch | 181ffd1 | 2016-10-04 12:26:37 -0500 | [diff] [blame] | 196 | tristate "Intel Volume Management Device Driver" |
| 197 | default N |
| 198 | ---help--- |
| 199 | Adds support for the Intel Volume Management Device (VMD). VMD is a |
| 200 | secondary PCI host bridge that allows PCI Express root ports, |
| 201 | and devices attached to them, to be removed from the default |
| 202 | PCI domain and placed within the VMD domain. This provides |
| 203 | more bus resources than are otherwise possible with a |
| 204 | single domain. If you know your system provides one of these and |
| 205 | has devices attached to it, say Y; if you are not sure, say N. |
| 206 | |
| 207 | To compile this driver as a module, choose M here: the |
| 208 | module will be called vmd. |
| 209 | |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 210 | endmenu |