brintos

brintos / linux-shallow public Read only

0
0
Text · 472 B · b6d4d7f Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# VMware VMCI device4#5 6config VMWARE_VMCI7	tristate "VMware VMCI Driver"8	depends on (X86 || ARM64) && !CPU_BIG_ENDIAN && PCI9	help10	  This is VMware's Virtual Machine Communication Interface.  It enables11	  high-speed communication between host and guest in a virtual12	  environment via the VMCI virtual device.13 14	  If unsure, say N.15 16	  To compile this driver as a module, choose M here: the17	  module will be called vmw_vmci.18