File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ config PCI_PF_STUB
106
106
When in doubt, say N.
107
107
108
108
config XEN_PCIDEV_FRONTEND
109
- tristate "Xen PCI Frontend"
110
- depends on X86 && XEN
111
- select PCI_XEN
109
+ tristate "Xen PCI Frontend"
110
+ depends on X86 && XEN
111
+ select PCI_XEN
112
112
select XEN_XENBUS_FRONTEND
113
- default y
114
- help
115
- The PCI device frontend driver allows the kernel to import arbitrary
116
- PCI devices from a PCI backend to support PCI driver domains.
113
+ default y
114
+ help
115
+ The PCI device frontend driver allows the kernel to import arbitrary
116
+ PCI devices from a PCI backend to support PCI driver domains.
117
117
118
118
config PCI_ATS
119
119
bool
@@ -180,12 +180,12 @@ config PCI_LABEL
180
180
select NLS
181
181
182
182
config PCI_HYPERV
183
- tristate "Hyper-V PCI Frontend"
184
- depends on X86_64 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && SYSFS
183
+ tristate "Hyper-V PCI Frontend"
184
+ depends on X86_64 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && SYSFS
185
185
select PCI_HYPERV_INTERFACE
186
- help
187
- The PCI device frontend driver allows the kernel to import arbitrary
188
- PCI devices from a PCI backend to support PCI driver domains.
186
+ help
187
+ The PCI device frontend driver allows the kernel to import arbitrary
188
+ PCI devices from a PCI backend to support PCI driver domains.
189
189
190
190
source "drivers/pci/hotplug/Kconfig"
191
191
source "drivers/pci/controller/Kconfig"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ config PCIE_DW
7
7
bool
8
8
9
9
config PCIE_DW_HOST
10
- bool
10
+ bool
11
11
depends on PCI_MSI_IRQ_DOMAIN
12
- select PCIE_DW
12
+ select PCIE_DW
13
13
14
14
config PCIE_DW_EP
15
15
bool
@@ -224,7 +224,7 @@ config PCIE_HISI_STB
224
224
depends on PCI_MSI_IRQ_DOMAIN
225
225
select PCIE_DW_HOST
226
226
help
227
- Say Y here if you want PCIe controller support on HiSilicon STB SoCs
227
+ Say Y here if you want PCIe controller support on HiSilicon STB SoCs
228
228
229
229
config PCI_MESON
230
230
bool "MESON PCIe controller"
Original file line number Diff line number Diff line change @@ -823,7 +823,7 @@ static int vmd_suspend(struct device *dev)
823
823
int i ;
824
824
825
825
for (i = 0 ; i < vmd -> msix_count ; i ++ )
826
- devm_free_irq (dev , pci_irq_vector (pdev , i ), & vmd -> irqs [i ]);
826
+ devm_free_irq (dev , pci_irq_vector (pdev , i ), & vmd -> irqs [i ]);
827
827
828
828
pci_save_state (pdev );
829
829
return 0 ;
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ config HOTPLUG_PCI_CPCI_ZT5550
83
83
depends on HOTPLUG_PCI_CPCI && X86
84
84
help
85
85
Say Y here if you have an Performance Technologies (formerly Intel,
86
- formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
86
+ formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
87
87
88
88
To compile this driver as a module, choose M here: the
89
89
module will be called cpcihp_zt5550.
You can’t perform that action at this time.
0 commit comments