blob: 925a96595098db358c6f080d30d0ca579e5ae01f [file] [log] [blame]
Thomas Petazzoni45361a42013-05-16 17:55:22 +02001menu "PCI host controller drivers"
2 depends on PCI
3
Kishon Vijay Abraham I47ff3de2014-07-22 15:23:45 -06004config 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 Petazzoni45361a42013-05-16 17:55:22 +020013config PCI_MVEBU
14 bool "Marvell EBU PCIe controller"
Andrew Lunnc2760202014-07-10 23:36:29 +020015 depends on ARCH_MVEBU || ARCH_DOVE
Thomas Petazzoni5477a332013-08-09 12:35:50 +020016 depends on OF
Thomas Petazzoni45361a42013-05-16 17:55:22 +020017
Jingoo Han340cba62013-06-21 16:24:54 +090018config PCIE_DW
19 bool
20
21config PCI_EXYNOS
22 bool "Samsung Exynos PCIe controller"
23 depends on SOC_EXYNOS5440
24 select PCIEPORTBUS
25 select PCIE_DW
26
Sean Crossbb389192013-09-26 11:24:47 +080027config PCI_IMX6
28 bool "Freescale i.MX6 PCIe controller"
29 depends on SOC_IMX6Q
30 select PCIEPORTBUS
31 select PCIE_DW
32
Thierry Redingd1523b52013-08-09 16:49:19 +020033config PCI_TEGRA
34 bool "NVIDIA Tegra PCIe controller"
Thierry Reding44073082014-11-12 14:53:37 +010035 depends on ARCH_TEGRA && !ARM64
Thierry Reding6b1c4d72014-11-12 14:53:38 +010036 help
37 Say Y here if you want support for the PCIe host controller found
38 on NVIDIA Tegra SoCs.
Thierry Redingd1523b52013-08-09 16:49:19 +020039
Valentine Barshakba3eb9f2013-10-29 20:12:51 +040040config PCI_RCAR_GEN2
41 bool "Renesas R-Car Gen2 Internal PCI controller"
Geert Uytterhoeven6cbfeae2015-10-30 08:08:17 -050042 depends on ARM
43 depends on ARCH_SHMOBILE || COMPILE_TEST
Valentine Barshakba3eb9f2013-10-29 20:12:51 +040044 help
45 Say Y here if you want internal PCI support on R-Car Gen2 SoC.
46 There are 3 internal PCI controllers available with a single
47 built-in EHCI/OHCI host controller present on each one.
48
Phil Edworthyc25da472014-05-12 11:57:48 +010049config PCI_RCAR_GEN2_PCIE
50 bool "Renesas R-Car PCIe controller"
51 depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
52 help
53 Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
54
Will Deaconce292992013-11-22 16:14:41 +000055config PCI_HOST_GENERIC
56 bool "Generic PCI host controller"
Jayachandran Caa4a5c02015-08-05 02:23:40 +053057 depends on (ARM || ARM64) && OF
Will Deaconce292992013-11-22 16:14:41 +000058 help
59 Say Y here if you want to support a simple generic PCI host
60 controller, such as the one emulated by kvmtool.
61
Pratyush Anand51b66a62014-02-11 11:39:26 +053062config PCIE_SPEAR13XX
Sachin Kamat8d7004a2014-08-17 22:09:16 -060063 bool "STMicroelectronics SPEAr PCIe controller"
Pratyush Anand51b66a62014-02-11 11:39:26 +053064 depends on ARCH_SPEAR13XX
65 select PCIEPORTBUS
66 select PCIE_DW
67 help
68 Say Y here if you want PCIe support on SPEAr13XX SoCs.
69
Murali Karicheri0c4ffcf2014-09-02 17:26:19 -060070config PCI_KEYSTONE
71 bool "TI Keystone PCIe controller"
72 depends on ARCH_KEYSTONE
73 select PCIE_DW
74 select PCIEPORTBUS
75 help
76 Say Y here if you want to enable PCI controller support on Keystone
77 SoCs. The PCI controller on Keystone is based on Designware hardware
78 and therefore the driver re-uses the Designware core functions to
79 implement the driver.
Bjorn Helgaasa2351efe2014-09-05 10:57:20 -060080
Srikanth Thokala8961def2014-08-20 21:56:02 +053081config PCIE_XILINX
82 bool "Xilinx AXI PCIe host bridge support"
83 depends on ARCH_ZYNQ
84 help
85 Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
86 Host Bridge driver.
87
Tanmay Inamdar5f6b6cc2014-10-01 13:01:35 -060088config PCI_XGENE
89 bool "X-Gene PCIe controller"
90 depends on ARCH_XGENE
91 depends on OF
92 select PCIEPORTBUS
Duc Dangdcd19de2015-06-05 15:56:34 -050093 select PCI_MSI_IRQ_DOMAIN if PCI_MSI
Tanmay Inamdar5f6b6cc2014-10-01 13:01:35 -060094 help
95 Say Y here if you want internal PCI support on APM X-Gene SoC.
96 There are 5 internal PCIe ports available. Each port is GEN3 capable
97 and have varied lanes from x1 to x8.
98
Duc Dangdcd19de2015-06-05 15:56:34 -050099config PCI_XGENE_MSI
100 bool "X-Gene v1 PCIe MSI feature"
101 depends on PCI_XGENE && PCI_MSI
102 default y
103 help
104 Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC.
105 This MSI driver supports 5 PCIe ports on the APM X-Gene v1 SoC.
106
Minghuan Lian62d0ff832014-11-05 16:45:11 +0800107config PCI_LAYERSCAPE
108 bool "Freescale Layerscape PCIe controller"
109 depends on OF && ARM
110 select PCIE_DW
111 select MFD_SYSCON
112 help
113 Say Y here if you want PCIe controller support on Layerscape SoCs.
114
Rob Herringb7e78172015-01-28 10:16:18 -0600115config PCI_VERSATILE
116 bool "ARM Versatile PB PCI controller"
117 depends on ARCH_VERSATILE
118
Ray Jui1fb37a82015-04-08 11:21:35 -0700119config PCIE_IPROC
120 tristate "Broadcom iProc PCIe controller"
Ray Juib00c4412015-07-27 15:42:19 -0700121 depends on OF && (ARM || ARM64)
Ray Jui1fb37a82015-04-08 11:21:35 -0700122 default n
123 help
124 This enables the iProc PCIe core controller support for Broadcom's
125 iProc family of SoCs. An appropriate bus interface driver also needs
126 to be enabled
127
128config PCIE_IPROC_PLATFORM
129 tristate "Broadcom iProc PCIe platform bus driver"
130 depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST)
131 depends on OF
132 select PCIE_IPROC
133 default ARCH_BCM_IPROC
134 help
135 Say Y here if you want to use the Broadcom iProc PCIe controller
136 through the generic platform bus interface
137
Hauke Mehrtens4785ffb2015-05-12 23:23:01 +0200138config PCIE_IPROC_BCMA
Hauke Mehrtens05aa7d62015-07-25 21:15:24 +0200139 tristate "Broadcom iProc PCIe BCMA bus driver"
Ray Jui70d334c2015-07-29 10:12:53 -0700140 depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST)
Hauke Mehrtens4785ffb2015-05-12 23:23:01 +0200141 select PCIE_IPROC
142 select BCMA
143 select PCI_DOMAINS
144 default ARCH_BCM_5301X
145 help
146 Say Y here if you want to use the Broadcom iProc PCIe controller
147 through the BCMA bus interface
148
Thomas Petazzoni45361a42013-05-16 17:55:22 +0200149endmenu