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 |
Thomas Petazzoni | 5477a33 | 2013-08-09 12:35:50 +0200 | [diff] [blame] | 16 | depends on OF |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 17 | |
Jingoo Han | 340cba6 | 2013-06-21 16:24:54 +0900 | [diff] [blame] | 18 | config PCIE_DW |
| 19 | bool |
| 20 | |
| 21 | config PCI_EXYNOS |
| 22 | bool "Samsung Exynos PCIe controller" |
| 23 | depends on SOC_EXYNOS5440 |
| 24 | select PCIEPORTBUS |
| 25 | select PCIE_DW |
| 26 | |
Sean Cross | bb38919 | 2013-09-26 11:24:47 +0800 | [diff] [blame] | 27 | config PCI_IMX6 |
| 28 | bool "Freescale i.MX6 PCIe controller" |
| 29 | depends on SOC_IMX6Q |
| 30 | select PCIEPORTBUS |
| 31 | select PCIE_DW |
| 32 | |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 33 | config PCI_TEGRA |
| 34 | bool "NVIDIA Tegra PCIe controller" |
Thierry Reding | 4407308 | 2014-11-12 14:53:37 +0100 | [diff] [blame] | 35 | depends on ARCH_TEGRA && !ARM64 |
Thierry Reding | 6b1c4d7 | 2014-11-12 14:53:38 +0100 | [diff] [blame] | 36 | help |
| 37 | Say Y here if you want support for the PCIe host controller found |
| 38 | on NVIDIA Tegra SoCs. |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 39 | |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 40 | config PCI_RCAR_GEN2 |
| 41 | bool "Renesas R-Car Gen2 Internal PCI controller" |
Magnus Damm | ef4741e | 2014-02-18 11:12:01 +0900 | [diff] [blame] | 42 | depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST) |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 43 | help |
| 44 | Say Y here if you want internal PCI support on R-Car Gen2 SoC. |
| 45 | There are 3 internal PCI controllers available with a single |
| 46 | built-in EHCI/OHCI host controller present on each one. |
| 47 | |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 48 | config PCI_RCAR_GEN2_PCIE |
| 49 | bool "Renesas R-Car PCIe controller" |
| 50 | depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST) |
| 51 | help |
| 52 | Say Y here if you want PCIe controller support on R-Car Gen2 SoCs. |
| 53 | |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 54 | config PCI_HOST_GENERIC |
| 55 | bool "Generic PCI host controller" |
Jayachandran C | aa4a5c0 | 2015-08-05 02:23:40 +0530 | [diff] [blame^] | 56 | depends on (ARM || ARM64) && OF |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 57 | help |
| 58 | Say Y here if you want to support a simple generic PCI host |
| 59 | controller, such as the one emulated by kvmtool. |
| 60 | |
Pratyush Anand | 51b66a6 | 2014-02-11 11:39:26 +0530 | [diff] [blame] | 61 | config PCIE_SPEAR13XX |
Sachin Kamat | 8d7004a | 2014-08-17 22:09:16 -0600 | [diff] [blame] | 62 | bool "STMicroelectronics SPEAr PCIe controller" |
Pratyush Anand | 51b66a6 | 2014-02-11 11:39:26 +0530 | [diff] [blame] | 63 | depends on ARCH_SPEAR13XX |
| 64 | select PCIEPORTBUS |
| 65 | select PCIE_DW |
| 66 | help |
| 67 | Say Y here if you want PCIe support on SPEAr13XX SoCs. |
| 68 | |
Murali Karicheri | 0c4ffcf | 2014-09-02 17:26:19 -0600 | [diff] [blame] | 69 | config PCI_KEYSTONE |
| 70 | bool "TI Keystone PCIe controller" |
| 71 | depends on ARCH_KEYSTONE |
| 72 | select PCIE_DW |
| 73 | select PCIEPORTBUS |
| 74 | help |
| 75 | Say Y here if you want to enable PCI controller support on Keystone |
| 76 | SoCs. The PCI controller on Keystone is based on Designware hardware |
| 77 | and therefore the driver re-uses the Designware core functions to |
| 78 | implement the driver. |
Bjorn Helgaas | a2351ef | 2014-09-05 10:57:20 -0600 | [diff] [blame] | 79 | |
Srikanth Thokala | 8961def | 2014-08-20 21:56:02 +0530 | [diff] [blame] | 80 | config PCIE_XILINX |
| 81 | bool "Xilinx AXI PCIe host bridge support" |
| 82 | depends on ARCH_ZYNQ |
| 83 | help |
| 84 | Say 'Y' here if you want kernel to support the Xilinx AXI PCIe |
| 85 | Host Bridge driver. |
| 86 | |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 87 | config PCI_XGENE |
| 88 | bool "X-Gene PCIe controller" |
| 89 | depends on ARCH_XGENE |
| 90 | depends on OF |
| 91 | select PCIEPORTBUS |
Duc Dang | dcd19de | 2015-06-05 15:56:34 -0500 | [diff] [blame] | 92 | select PCI_MSI_IRQ_DOMAIN if PCI_MSI |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 93 | help |
| 94 | Say Y here if you want internal PCI support on APM X-Gene SoC. |
| 95 | There are 5 internal PCIe ports available. Each port is GEN3 capable |
| 96 | and have varied lanes from x1 to x8. |
| 97 | |
Duc Dang | dcd19de | 2015-06-05 15:56:34 -0500 | [diff] [blame] | 98 | config PCI_XGENE_MSI |
| 99 | bool "X-Gene v1 PCIe MSI feature" |
| 100 | depends on PCI_XGENE && PCI_MSI |
| 101 | default y |
| 102 | help |
| 103 | Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC. |
| 104 | This MSI driver supports 5 PCIe ports on the APM X-Gene v1 SoC. |
| 105 | |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 106 | config PCI_LAYERSCAPE |
| 107 | bool "Freescale Layerscape PCIe controller" |
| 108 | depends on OF && ARM |
| 109 | select PCIE_DW |
| 110 | select MFD_SYSCON |
| 111 | help |
| 112 | Say Y here if you want PCIe controller support on Layerscape SoCs. |
| 113 | |
Rob Herring | b7e7817 | 2015-01-28 10:16:18 -0600 | [diff] [blame] | 114 | config PCI_VERSATILE |
| 115 | bool "ARM Versatile PB PCI controller" |
| 116 | depends on ARCH_VERSATILE |
| 117 | |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame] | 118 | config PCIE_IPROC |
| 119 | tristate "Broadcom iProc PCIe controller" |
| 120 | depends on OF && ARM |
| 121 | default n |
| 122 | help |
| 123 | This enables the iProc PCIe core controller support for Broadcom's |
| 124 | iProc family of SoCs. An appropriate bus interface driver also needs |
| 125 | to be enabled |
| 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 |
| 138 | bool "Broadcom iProc PCIe BCMA bus driver" |
| 139 | depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) |
| 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 | |
Thomas Petazzoni | 45361a4 | 2013-05-16 17:55:22 +0200 | [diff] [blame] | 148 | endmenu |