diff options
author | Haiyang Zhang <haiyangz@microsoft.com> | 2019-08-22 07:05:41 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-22 09:25:12 +0200 |
commit | 348dd93e40c112afda3cd07daa6f470e474d29dc (patch) | |
tree | e4b0acc10150511e373b2137e5dc4c14ba7132d0 /drivers/pci/controller/Kconfig | |
parent | PCI: hv: Add a paravirtual backchannel in software (diff) | |
download | linux-348dd93e40c112afda3cd07daa6f470e474d29dc.tar.xz linux-348dd93e40c112afda3cd07daa6f470e474d29dc.zip |
PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface
This interface driver is a helper driver allows other drivers to
have a common interface with the Hyper-V PCI frontend driver.
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/pci/controller/Kconfig')
-rw-r--r-- | drivers/pci/controller/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig index fe9f9f13ce11..70e078238899 100644 --- a/drivers/pci/controller/Kconfig +++ b/drivers/pci/controller/Kconfig @@ -281,5 +281,12 @@ config VMD To compile this driver as a module, choose M here: the module will be called vmd. +config PCI_HYPERV_INTERFACE + tristate "Hyper-V PCI Interface" + depends on X86 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && X86_64 + help + The Hyper-V PCI Interface is a helper driver allows other drivers to + have a common interface with the Hyper-V PCI frontend driver. + source "drivers/pci/controller/dwc/Kconfig" endmenu |