diff options
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 616165d72a17..a1f37db745ab 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig | |||
@@ -121,5 +121,11 @@ config PCI_LABEL | |||
121 | def_bool y if (DMI || ACPI) | 121 | def_bool y if (DMI || ACPI) |
122 | select NLS | 122 | select NLS |
123 | 123 | ||
124 | source "drivers/pci/hotplug/Kconfig" | 124 | config PCI_HYPERV |
125 | tristate "Hyper-V PCI Frontend" | ||
126 | depends on PCI && X86 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && X86_64 | ||
127 | help | ||
128 | The PCI device frontend driver allows the kernel to import arbitrary | ||
129 | PCI devices from a PCI backend to support PCI driver domains. | ||
130 | |||
125 | source "drivers/pci/host/Kconfig" | 131 | source "drivers/pci/host/Kconfig" |