xref: /linux-6.15/drivers/pci/controller/dwc/Kconfig (revision f55fee56)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "DesignWare PCI Core Support"
4	depends on PCI
5
6config PCIE_DW
7	bool
8
9config PCIE_DW_HOST
10	bool
11	depends on PCI_MSI_IRQ_DOMAIN
12	select PCIE_DW
13
14config PCIE_DW_EP
15	bool
16	depends on PCI_ENDPOINT
17	select PCIE_DW
18
19config PCI_DRA7XX
20	bool
21
22config PCI_DRA7XX_HOST
23	bool "TI DRA7xx PCIe controller Host Mode"
24	depends on SOC_DRA7XX || COMPILE_TEST
25	depends on PCI_MSI_IRQ_DOMAIN
26	depends on OF && HAS_IOMEM && TI_PIPE3
27	select PCIE_DW_HOST
28	select PCI_DRA7XX
29	default y if SOC_DRA7XX
30	help
31	  Enables support for the PCIe controller in the DRA7xx SoC to work in
32	  host mode. There are two instances of PCIe controller in DRA7xx.
33	  This controller can work either as EP or RC. In order to enable
34	  host-specific features PCI_DRA7XX_HOST must be selected and in order
35	  to enable device-specific features PCI_DRA7XX_EP must be selected.
36	  This uses the DesignWare core.
37
38config PCI_DRA7XX_EP
39	bool "TI DRA7xx PCIe controller Endpoint Mode"
40	depends on SOC_DRA7XX || COMPILE_TEST
41	depends on PCI_ENDPOINT
42	depends on OF && HAS_IOMEM && TI_PIPE3
43	select PCIE_DW_EP
44	select PCI_DRA7XX
45	help
46	  Enables support for the PCIe controller in the DRA7xx SoC to work in
47	  endpoint mode. There are two instances of PCIe controller in DRA7xx.
48	  This controller can work either as EP or RC. In order to enable
49	  host-specific features PCI_DRA7XX_HOST must be selected and in order
50	  to enable device-specific features PCI_DRA7XX_EP must be selected.
51	  This uses the DesignWare core.
52
53config PCIE_DW_PLAT
54	bool
55
56config PCIE_DW_PLAT_HOST
57	bool "Platform bus based DesignWare PCIe Controller - Host mode"
58	depends on PCI && PCI_MSI_IRQ_DOMAIN
59	select PCIE_DW_HOST
60	select PCIE_DW_PLAT
61	help
62	  Enables support for the PCIe controller in the Designware IP to
63	  work in host mode. There are two instances of PCIe controller in
64	  Designware IP.
65	  This controller can work either as EP or RC. In order to enable
66	  host-specific features PCIE_DW_PLAT_HOST must be selected and in
67	  order to enable device-specific features PCI_DW_PLAT_EP must be
68	  selected.
69
70config PCIE_DW_PLAT_EP
71	bool "Platform bus based DesignWare PCIe Controller - Endpoint mode"
72	depends on PCI && PCI_MSI_IRQ_DOMAIN
73	depends on PCI_ENDPOINT
74	select PCIE_DW_EP
75	select PCIE_DW_PLAT
76	help
77	  Enables support for the PCIe controller in the Designware IP to
78	  work in endpoint mode. There are two instances of PCIe controller
79	  in Designware IP.
80	  This controller can work either as EP or RC. In order to enable
81	  host-specific features PCIE_DW_PLAT_HOST must be selected and in
82	  order to enable device-specific features PCI_DW_PLAT_EP must be
83	  selected.
84
85config PCI_EXYNOS
86	tristate "Samsung Exynos PCIe controller"
87	depends on ARCH_EXYNOS || COMPILE_TEST
88	depends on PCI_MSI_IRQ_DOMAIN
89	select PCIE_DW_HOST
90	help
91	  Enables support for the PCIe controller in the Samsung Exynos SoCs
92	  to work in host mode. The PCI controller is based on the DesignWare
93	  hardware and therefore the driver re-uses the DesignWare core
94	  functions to implement the driver.
95
96config PCI_IMX6
97	bool "Freescale i.MX6/7/8 PCIe controller"
98	depends on ARCH_MXC || COMPILE_TEST
99	depends on PCI_MSI_IRQ_DOMAIN
100	select PCIE_DW_HOST
101
102config PCIE_SPEAR13XX
103	bool "STMicroelectronics SPEAr PCIe controller"
104	depends on ARCH_SPEAR13XX || COMPILE_TEST
105	depends on PCI_MSI_IRQ_DOMAIN
106	select PCIE_DW_HOST
107	help
108	  Say Y here if you want PCIe support on SPEAr13XX SoCs.
109
110config PCI_KEYSTONE
111	bool
112
113config PCI_KEYSTONE_HOST
114	bool "PCI Keystone Host Mode"
115	depends on ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST
116	depends on PCI_MSI_IRQ_DOMAIN
117	select PCIE_DW_HOST
118	select PCI_KEYSTONE
119	help
120	  Enables support for the PCIe controller in the Keystone SoC to
121	  work in host mode. The PCI controller on Keystone is based on
122	  DesignWare hardware and therefore the driver re-uses the
123	  DesignWare core functions to implement the driver.
124
125config PCI_KEYSTONE_EP
126	bool "PCI Keystone Endpoint Mode"
127	depends on ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST
128	depends on PCI_ENDPOINT
129	select PCIE_DW_EP
130	select PCI_KEYSTONE
131	help
132	  Enables support for the PCIe controller in the Keystone SoC to
133	  work in endpoint mode. The PCI controller on Keystone is based
134	  on DesignWare hardware and therefore the driver re-uses the
135	  DesignWare core functions to implement the driver.
136
137config PCI_LAYERSCAPE
138	bool "Freescale Layerscape PCIe controller - Host mode"
139	depends on OF && (ARM || ARCH_LAYERSCAPE || COMPILE_TEST)
140	depends on PCI_MSI_IRQ_DOMAIN
141	select MFD_SYSCON
142	select PCIE_DW_HOST
143	help
144	  Say Y here if you want to enable PCIe controller support on Layerscape
145	  SoCs to work in Host mode.
146	  This controller can work either as EP or RC. The RCW[HOST_AGT_PEX]
147	  determines which PCIe controller works in EP mode and which PCIe
148	  controller works in RC mode.
149
150config PCI_LAYERSCAPE_EP
151	bool "Freescale Layerscape PCIe controller - Endpoint mode"
152	depends on OF && (ARM || ARCH_LAYERSCAPE || COMPILE_TEST)
153	depends on PCI_ENDPOINT
154	select PCIE_DW_EP
155	help
156	  Say Y here if you want to enable PCIe controller support on Layerscape
157	  SoCs to work in Endpoint mode.
158	  This controller can work either as EP or RC. The RCW[HOST_AGT_PEX]
159	  determines which PCIe controller works in EP mode and which PCIe
160	  controller works in RC mode.
161
162config PCI_HISI
163	depends on OF && (ARM64 || COMPILE_TEST)
164	bool "HiSilicon Hip05 and Hip06 SoCs PCIe controllers"
165	depends on PCI_MSI_IRQ_DOMAIN
166	select PCIE_DW_HOST
167	select PCI_HOST_COMMON
168	help
169	  Say Y here if you want PCIe controller support on HiSilicon
170	  Hip05 and Hip06 SoCs
171
172config PCIE_QCOM
173	bool "Qualcomm PCIe controller"
174	depends on OF && (ARCH_QCOM || COMPILE_TEST)
175	depends on PCI_MSI_IRQ_DOMAIN
176	select PCIE_DW_HOST
177	select CRC8
178	help
179	  Say Y here to enable PCIe controller support on Qualcomm SoCs. The
180	  PCIe controller uses the DesignWare core plus Qualcomm-specific
181	  hardware wrappers.
182
183config PCIE_QCOM_EP
184	tristate "Qualcomm PCIe controller - Endpoint mode"
185	depends on OF && (ARCH_QCOM || COMPILE_TEST)
186	depends on PCI_ENDPOINT
187	select PCIE_DW_EP
188	help
189	  Say Y here to enable support for the PCIe controllers on Qualcomm SoCs
190	  to work in endpoint mode. The PCIe controller uses the DesignWare core
191	  plus Qualcomm-specific hardware wrappers.
192
193config PCIE_ARMADA_8K
194	bool "Marvell Armada-8K PCIe controller"
195	depends on ARCH_MVEBU || COMPILE_TEST
196	depends on PCI_MSI_IRQ_DOMAIN
197	select PCIE_DW_HOST
198	help
199	  Say Y here if you want to enable PCIe controller support on
200	  Armada-8K SoCs. The PCIe controller on Armada-8K is based on
201	  DesignWare hardware and therefore the driver re-uses the
202	  DesignWare core functions to implement the driver.
203
204config PCIE_ARTPEC6
205	bool
206
207config PCIE_ARTPEC6_HOST
208	bool "Axis ARTPEC-6 PCIe controller Host Mode"
209	depends on MACH_ARTPEC6 || COMPILE_TEST
210	depends on PCI_MSI_IRQ_DOMAIN
211	select PCIE_DW_HOST
212	select PCIE_ARTPEC6
213	help
214	  Enables support for the PCIe controller in the ARTPEC-6 SoC to work in
215	  host mode. This uses the DesignWare core.
216
217config PCIE_ARTPEC6_EP
218	bool "Axis ARTPEC-6 PCIe controller Endpoint Mode"
219	depends on MACH_ARTPEC6 || COMPILE_TEST
220	depends on PCI_ENDPOINT
221	select PCIE_DW_EP
222	select PCIE_ARTPEC6
223	help
224	  Enables support for the PCIe controller in the ARTPEC-6 SoC to work in
225	  endpoint mode. This uses the DesignWare core.
226
227config PCIE_ROCKCHIP_DW_HOST
228	bool "Rockchip DesignWare PCIe controller"
229	select PCIE_DW
230	select PCIE_DW_HOST
231	depends on PCI_MSI_IRQ_DOMAIN
232	depends on ARCH_ROCKCHIP || COMPILE_TEST
233	depends on OF
234	help
235	  Enables support for the DesignWare PCIe controller in the
236	  Rockchip SoC except RK3399.
237
238config PCIE_INTEL_GW
239	bool "Intel Gateway PCIe host controller support"
240	depends on OF && (X86 || COMPILE_TEST)
241	depends on PCI_MSI_IRQ_DOMAIN
242	select PCIE_DW_HOST
243	help
244	  Say 'Y' here to enable PCIe Host controller support on Intel
245	  Gateway SoCs.
246	  The PCIe controller uses the DesignWare core plus Intel-specific
247	  hardware wrappers.
248
249config PCIE_KEEMBAY
250	bool
251
252config PCIE_KEEMBAY_HOST
253	bool "Intel Keem Bay PCIe controller - Host mode"
254	depends on ARCH_KEEMBAY || COMPILE_TEST
255	depends on PCI && PCI_MSI_IRQ_DOMAIN
256	select PCIE_DW_HOST
257	select PCIE_KEEMBAY
258	help
259	  Say 'Y' here to enable support for the PCIe controller in Keem Bay
260	  to work in host mode.
261	  The PCIe controller is based on DesignWare Hardware and uses
262	  DesignWare core functions.
263
264config PCIE_KEEMBAY_EP
265	bool "Intel Keem Bay PCIe controller - Endpoint mode"
266	depends on ARCH_KEEMBAY || COMPILE_TEST
267	depends on PCI && PCI_MSI_IRQ_DOMAIN
268	depends on PCI_ENDPOINT
269	select PCIE_DW_EP
270	select PCIE_KEEMBAY
271	help
272	  Say 'Y' here to enable support for the PCIe controller in Keem Bay
273	  to work in endpoint mode.
274	  The PCIe controller is based on DesignWare Hardware and uses
275	  DesignWare core functions.
276
277config PCIE_KIRIN
278	depends on OF && (ARM64 || COMPILE_TEST)
279	bool "HiSilicon Kirin series SoCs PCIe controllers"
280	depends on PCI_MSI_IRQ_DOMAIN
281	select PCIE_DW_HOST
282	help
283	  Say Y here if you want PCIe controller support
284	  on HiSilicon Kirin series SoCs.
285
286config PCIE_HISI_STB
287	bool "HiSilicon STB SoCs PCIe controllers"
288	depends on ARCH_HISI || COMPILE_TEST
289	depends on PCI_MSI_IRQ_DOMAIN
290	select PCIE_DW_HOST
291	help
292	  Say Y here if you want PCIe controller support on HiSilicon STB SoCs
293
294config PCI_MESON
295	tristate "MESON PCIe controller"
296	depends on PCI_MSI_IRQ_DOMAIN
297	default m if ARCH_MESON
298	select PCIE_DW_HOST
299	help
300	  Say Y here if you want to enable PCI controller support on Amlogic
301	  SoCs. The PCI controller on Amlogic is based on DesignWare hardware
302	  and therefore the driver re-uses the DesignWare core functions to
303	  implement the driver.
304
305config PCIE_TEGRA194
306	tristate
307
308config PCIE_TEGRA194_HOST
309	tristate "NVIDIA Tegra194 (and later) PCIe controller - Host Mode"
310	depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
311	depends on PCI_MSI_IRQ_DOMAIN
312	select PCIE_DW_HOST
313	select PHY_TEGRA194_P2U
314	select PCIE_TEGRA194
315	help
316	  Enables support for the PCIe controller in the NVIDIA Tegra194 SoC to
317	  work in host mode. There are two instances of PCIe controllers in
318	  Tegra194. This controller can work either as EP or RC. In order to
319	  enable host-specific features PCIE_TEGRA194_HOST must be selected and
320	  in order to enable device-specific features PCIE_TEGRA194_EP must be
321	  selected. This uses the DesignWare core.
322
323config PCIE_TEGRA194_EP
324	tristate "NVIDIA Tegra194 (and later) PCIe controller - Endpoint Mode"
325	depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
326	depends on PCI_ENDPOINT
327	select PCIE_DW_EP
328	select PHY_TEGRA194_P2U
329	select PCIE_TEGRA194
330	help
331	  Enables support for the PCIe controller in the NVIDIA Tegra194 SoC to
332	  work in endpoint mode. There are two instances of PCIe controllers in
333	  Tegra194. This controller can work either as EP or RC. In order to
334	  enable host-specific features PCIE_TEGRA194_HOST must be selected and
335	  in order to enable device-specific features PCIE_TEGRA194_EP must be
336	  selected. This uses the DesignWare core.
337
338config PCIE_VISCONTI_HOST
339	bool "Toshiba Visconti PCIe controllers"
340	depends on ARCH_VISCONTI || COMPILE_TEST
341	depends on PCI_MSI_IRQ_DOMAIN
342	select PCIE_DW_HOST
343	help
344	  Say Y here if you want PCIe controller support on Toshiba Visconti SoC.
345	  This driver supports TMPV7708 SoC.
346
347config PCIE_UNIPHIER
348	bool "Socionext UniPhier PCIe host controllers"
349	depends on ARCH_UNIPHIER || COMPILE_TEST
350	depends on OF && HAS_IOMEM
351	depends on PCI_MSI_IRQ_DOMAIN
352	select PCIE_DW_HOST
353	help
354	  Say Y here if you want PCIe host controller support on UniPhier SoCs.
355	  This driver supports LD20 and PXs3 SoCs.
356
357config PCIE_UNIPHIER_EP
358	bool "Socionext UniPhier PCIe endpoint controllers"
359	depends on ARCH_UNIPHIER || COMPILE_TEST
360	depends on OF && HAS_IOMEM
361	depends on PCI_ENDPOINT
362	select PCIE_DW_EP
363	help
364	  Say Y here if you want PCIe endpoint controller support on
365	  UniPhier SoCs. This driver supports Pro5 SoC.
366
367config PCIE_AL
368	bool "Amazon Annapurna Labs PCIe controller"
369	depends on OF && (ARM64 || COMPILE_TEST)
370	depends on PCI_MSI_IRQ_DOMAIN
371	select PCIE_DW_HOST
372	select PCI_ECAM
373	help
374	  Say Y here to enable support of the Amazon's Annapurna Labs PCIe
375	  controller IP on Amazon SoCs. The PCIe controller uses the DesignWare
376	  core plus Annapurna Labs proprietary hardware wrappers. This is
377	  required only for DT-based platforms. ACPI platforms with the
378	  Annapurna Labs PCIe controller don't need to enable this.
379
380config PCIE_FU740
381	bool "SiFive FU740 PCIe host controller"
382	depends on PCI_MSI_IRQ_DOMAIN
383	depends on SOC_SIFIVE || COMPILE_TEST
384	select PCIE_DW_HOST
385	help
386	  Say Y here if you want PCIe controller support for the SiFive
387	  FU740.
388
389endmenu
390