From c0c9d5e2afad8ff121882055c5f8cc7968c82206 Mon Sep 17 00:00:00 2001 From: Jack Vogel Date: Sun, 22 Jan 2017 22:12:58 -0800 Subject: [PATCH] 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 --- drivers/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 54a544109b7a..a065bf2cbf93 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. -- 2.50.1