0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # VMware VMCI device
0004 #
0005
0006 config VMWARE_VMCI
0007 tristate "VMware VMCI Driver"
0008 depends on (X86 || ARM64) && !CPU_BIG_ENDIAN && PCI
0009 help
0010 This is VMware's Virtual Machine Communication Interface. It enables
0011 high-speed communication between host and guest in a virtual
0012 environment via the VMCI virtual device.
0013
0014 If unsure, say N.
0015
0016 To compile this driver as a module, choose M here: the
0017 module will be called vmw_vmci.