2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-01-09 07:55:59 +08:00
|
|
|
#
|
|
|
|
# VMware VMCI device
|
|
|
|
#
|
|
|
|
|
|
|
|
config VMWARE_VMCI
|
|
|
|
tristate "VMware VMCI Driver"
|
2013-05-17 07:35:21 +08:00
|
|
|
depends on X86 && PCI
|
2013-01-09 07:55:59 +08:00
|
|
|
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.
|