https://github.com/torvalds/linux
Raw File
Tip revision: 31d141e3a666269a3b6fcccddb0351caf7454240 authored by Linus Torvalds on 19 October 2013, 19:28:15 UTC
Linux 3.12-rc6
Tip revision: 31d141e
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