aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-03-15 08:56:16 -0500
committerBjorn Helgaas <bhelgaas@google.com>2016-03-15 08:56:16 -0500
commitcfeb8139a1fbbbae3f1e986133f4e9e7833eeac4 (patch)
tree0f3a162561d9a64cf4f509fb516f2d58f70530d9 /drivers/pci/Kconfig
parentMerge branch 'pci/host-designware' into next (diff)
parentPCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs (diff)
downloadlinux-dev-cfeb8139a1fbbbae3f1e986133f4e9e7833eeac4.tar.xz
linux-dev-cfeb8139a1fbbbae3f1e986133f4e9e7833eeac4.zip
Merge branch 'pci/host-hv' into next
* pci/host-hv: PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs PCI: Look up IRQ domain by fwnode_handle PCI: Add fwnode_handle to x86 pci_sysdata
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig8
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
def_bool y if (DMI || ACPI)
select NLS
-source "drivers/pci/hotplug/Kconfig"
+config PCI_HYPERV
+ tristate "Hyper-V PCI Frontend"
+ depends on PCI && X86 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && 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.
+
source "drivers/pci/host/Kconfig"