summaryrefslogtreecommitdiffstats
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 73de4efcbe6e..54a544109b7a 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -118,4 +118,11 @@ config PCI_LABEL
118 def_bool y if (DMI || ACPI) 118 def_bool y if (DMI || ACPI)
119 select NLS 119 select NLS
120 120
121config PCI_HYPERV
122 tristate "Hyper-V PCI Frontend"
123 depends on PCI && X86 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && X86_64
124 help
125 The PCI device frontend driver allows the kernel to import arbitrary
126 PCI devices from a PCI backend to support PCI driver domains.
127
121source "drivers/pci/host/Kconfig" 128source "drivers/pci/host/Kconfig"