mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 12:26:44 +07:00
bad7d9df27
Add PCI as a dependency to our build, since we always compile in the guest-side PCI device support. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andy King <acking@vmware.com> Signed-off-by: Dmitry Torokhov <dtor@vmware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
#
|
|
# VMware VMCI device
|
|
#
|
|
|
|
config VMWARE_VMCI
|
|
tristate "VMware VMCI Driver"
|
|
depends on X86 && PCI
|
|
help
|
|
This is VMware's Virtual Machine Communication Interface. It enables
|
|
high-speed communication between host and guest in a virtual
|
|
environment via the VMCI virtual device.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called vmw_vmci.
|