@@ -19,7 +19,7 @@ config PCI_AARDVARK
19
19
tristate "Aardvark PCIe controller"
20
20
depends on (ARCH_MVEBU && ARM64) || COMPILE_TEST
21
21
depends on OF
22
- depends on PCI_MSI_IRQ_DOMAIN
22
+ depends on PCI_MSI
23
23
select PCI_BRIDGE_EMUL
24
24
help
25
25
Add support for Aardvark 64bit PCIe Host Controller. This
@@ -29,7 +29,7 @@ config PCI_AARDVARK
29
29
config PCIE_XILINX_NWL
30
30
bool "NWL PCIe Core"
31
31
depends on ARCH_ZYNQMP || COMPILE_TEST
32
- depends on PCI_MSI_IRQ_DOMAIN
32
+ depends on PCI_MSI
33
33
help
34
34
Say 'Y' here if you want kernel support for Xilinx
35
35
NWL PCIe controller. The controller can act as Root Port
@@ -53,7 +53,7 @@ config PCI_IXP4XX
53
53
config PCI_TEGRA
54
54
bool "NVIDIA Tegra PCIe controller"
55
55
depends on ARCH_TEGRA || COMPILE_TEST
56
- depends on PCI_MSI_IRQ_DOMAIN
56
+ depends on PCI_MSI
57
57
help
58
58
Say Y here if you want support for the PCIe host controller found
59
59
on NVIDIA Tegra SoCs.
@@ -70,7 +70,7 @@ config PCI_RCAR_GEN2
70
70
config PCIE_RCAR_HOST
71
71
bool "Renesas R-Car PCIe host controller"
72
72
depends on ARCH_RENESAS || COMPILE_TEST
73
- depends on PCI_MSI_IRQ_DOMAIN
73
+ depends on PCI_MSI
74
74
help
75
75
Say Y here if you want PCIe controller support on R-Car SoCs in host
76
76
mode.
@@ -99,7 +99,7 @@ config PCI_HOST_GENERIC
99
99
config PCIE_XILINX
100
100
bool "Xilinx AXI PCIe host bridge support"
101
101
depends on OF || COMPILE_TEST
102
- depends on PCI_MSI_IRQ_DOMAIN
102
+ depends on PCI_MSI
103
103
help
104
104
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
105
105
Host Bridge driver.
@@ -124,7 +124,7 @@ config PCI_XGENE
124
124
config PCI_XGENE_MSI
125
125
bool "X-Gene v1 PCIe MSI feature"
126
126
depends on PCI_XGENE
127
- depends on PCI_MSI_IRQ_DOMAIN
127
+ depends on PCI_MSI
128
128
default y
129
129
help
130
130
Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC.
@@ -170,7 +170,7 @@ config PCIE_IPROC_BCMA
170
170
config PCIE_IPROC_MSI
171
171
bool "Broadcom iProc PCIe MSI support"
172
172
depends on PCIE_IPROC_PLATFORM || PCIE_IPROC_BCMA
173
- depends on PCI_MSI_IRQ_DOMAIN
173
+ depends on PCI_MSI
174
174
default ARCH_BCM_IPROC
175
175
help
176
176
Say Y here if you want to enable MSI support for Broadcom's iProc
@@ -186,7 +186,7 @@ config PCIE_ALTERA
186
186
config PCIE_ALTERA_MSI
187
187
tristate "Altera PCIe MSI feature"
188
188
depends on PCIE_ALTERA
189
- depends on PCI_MSI_IRQ_DOMAIN
189
+ depends on PCI_MSI
190
190
help
191
191
Say Y here if you want PCIe MSI support for the Altera FPGA.
192
192
This MSI driver supports Altera MSI to GIC controller IP.
@@ -215,7 +215,7 @@ config PCIE_ROCKCHIP_HOST
215
215
tristate "Rockchip PCIe host controller"
216
216
depends on ARCH_ROCKCHIP || COMPILE_TEST
217
217
depends on OF
218
- depends on PCI_MSI_IRQ_DOMAIN
218
+ depends on PCI_MSI
219
219
select MFD_SYSCON
220
220
select PCIE_ROCKCHIP
221
221
help
@@ -239,15 +239,15 @@ config PCIE_MEDIATEK
239
239
tristate "MediaTek PCIe controller"
240
240
depends on ARCH_AIROHA || ARCH_MEDIATEK || COMPILE_TEST
241
241
depends on OF
242
- depends on PCI_MSI_IRQ_DOMAIN
242
+ depends on PCI_MSI
243
243
help
244
244
Say Y here if you want to enable PCIe controller support on
245
245
MediaTek SoCs.
246
246
247
247
config PCIE_MEDIATEK_GEN3
248
248
tristate "MediaTek Gen3 PCIe controller"
249
249
depends on ARCH_MEDIATEK || COMPILE_TEST
250
- depends on PCI_MSI_IRQ_DOMAIN
250
+ depends on PCI_MSI
251
251
help
252
252
Adds support for PCIe Gen3 MAC controller for MediaTek SoCs.
253
253
This PCIe controller is compatible with Gen3, Gen2 and Gen1 speed,
@@ -277,15 +277,15 @@ config PCIE_BRCMSTB
277
277
depends on ARCH_BRCMSTB || ARCH_BCM2835 || ARCH_BCMBCA || \
278
278
BMIPS_GENERIC || COMPILE_TEST
279
279
depends on OF
280
- depends on PCI_MSI_IRQ_DOMAIN
280
+ depends on PCI_MSI
281
281
default ARCH_BRCMSTB || BMIPS_GENERIC
282
282
help
283
283
Say Y here to enable PCIe host controller support for
284
284
Broadcom STB based SoCs, like the Raspberry Pi 4.
285
285
286
286
config PCI_HYPERV_INTERFACE
287
287
tristate "Hyper-V PCI Interface"
288
- depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN
288
+ depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI && PCI_MSI
289
289
help
290
290
The Hyper-V PCI Interface is a helper driver allows other drivers to
291
291
have a common interface with the Hyper-V PCI frontend driver.
@@ -303,8 +303,6 @@ config PCI_LOONGSON
303
303
config PCIE_MICROCHIP_HOST
304
304
bool "Microchip AXI PCIe host bridge support"
305
305
depends on PCI_MSI && OF
306
- select PCI_MSI_IRQ_DOMAIN
307
- select GENERIC_MSI_IRQ_DOMAIN
308
306
select PCI_HOST_COMMON
309
307
help
310
308
Say Y here if you want kernel to support the Microchip AXI PCIe
@@ -326,7 +324,7 @@ config PCIE_APPLE
326
324
tristate "Apple PCIe controller"
327
325
depends on ARCH_APPLE || COMPILE_TEST
328
326
depends on OF
329
- depends on PCI_MSI_IRQ_DOMAIN
327
+ depends on PCI_MSI
330
328
select PCI_HOST_COMMON
331
329
help
332
330
Say Y here if you want to enable PCIe controller support on Apple
0 commit comments