swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 authored by Linus Torvalds on 16 August 2020, 20:04:57 UTC
Linux 5.9-rc1
Tip revision: 9123e3a
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
#
# 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