Skip to content

Commit 9574d57

Browse files
bulwahnbjorn-helgaas
authored andcommitted
PCI: hv: Drop duplicate PCI_MSI dependency
Commit a474d3f ("PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN") removed PCI_MSI_IRQ_DOMAIN and made all previous references to it refer to PCI_MSI instead. PCI_HYPERV_INTERFACE already depended on PCI_MSI && PCI_MSI_IRQ_DOMAIN, so we ended up with a redundant dependency on PCI_MSI && PCI_MSI. Drop the duplicate. No functional change. Just a stylistic clean-up. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 1047377 commit 9574d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ config PCIE_BRCMSTB
285285

286286
config PCI_HYPERV_INTERFACE
287287
tristate "Hyper-V PCI Interface"
288-
depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI && PCI_MSI
288+
depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI
289289
help
290290
The Hyper-V PCI Interface is a helper driver allows other drivers to
291291
have a common interface with the Hyper-V PCI frontend driver.

0 commit comments

Comments
 (0)