# SPDX-License-Identifier: GPL-2.0-only # # VMware VMCI device # config [31mCONFIG_VMWARE_VMCI[0m tristate "VMware VMCI Driver" depends on [31mCONFIG_X86[0m && [31mCONFIG_PCI[0m 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 [31mCONFIG_M[0m here: the module will be called vmw_vmci. |