From: Jack Vogel Date: Mon, 23 Jan 2017 06:12:58 +0000 (-0800) Subject: Remove PCI_MSI_IRQ_DOMAIN from the Hyper-V config X-Git-Tag: v4.1.12-98.0.20170517_2143~42^2~259 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c0c9d5e2afad8ff121882055c5f8cc7968c82206;p=users%2Fjedix%2Flinux-maple.git Remove PCI_MSI_IRQ_DOMAIN from the Hyper-V config In UEK4 the Hyper-V host driver does not use this feature. Orabug: 25507635 Signed-off-by: Jack Vogel Signed-off-by: Dhaval Giani --- diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 54a544109b7a9..a065bf2cbf934 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -120,7 +120,7 @@ config PCI_LABEL config PCI_HYPERV tristate "Hyper-V PCI Frontend" - depends on PCI && X86 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && X86_64 + depends on PCI && X86 && HYPERV && PCI_MSI && X86_64 help The PCI device frontend driver allows the kernel to import arbitrary PCI devices from a PCI backend to support PCI driver domains.