xref: /linux/drivers/misc/vmw_vmci/Kconfig (revision 20259849bb1ac1ffb0156eb359810e8b99cb644d)
1*20259849SGeorge Zhang#
2*20259849SGeorge Zhang# VMware VMCI device
3*20259849SGeorge Zhang#
4*20259849SGeorge Zhang
5*20259849SGeorge Zhangconfig VMWARE_VMCI
6*20259849SGeorge Zhang	tristate "VMware VMCI Driver"
7*20259849SGeorge Zhang	depends on X86
8*20259849SGeorge Zhang	help
9*20259849SGeorge Zhang	  This is VMware's Virtual Machine Communication Interface.  It enables
10*20259849SGeorge Zhang	  high-speed communication between host and guest in a virtual
11*20259849SGeorge Zhang	  environment via the VMCI virtual device.
12*20259849SGeorge Zhang
13*20259849SGeorge Zhang	  If unsure, say N.
14*20259849SGeorge Zhang
15*20259849SGeorge Zhang	  To compile this driver as a module, choose M here: the
16*20259849SGeorge Zhang	  module will be called vmw_vmci.
17