swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b authored by Linus Torvalds on 24 August 2015, 03:52:59 UTC
Linux 4.2-rc8
Tip revision: c13dcf9
Kconfig
#
# 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.
back to top