blob: 605794aadf11809bebdceffc84434addce65db85 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002#
3# VMware VMCI device
4#
5
6config VMWARE_VMCI
7 tristate "VMware VMCI Driver"
8 depends on X86 && PCI
9 help
10 This is VMware's Virtual Machine Communication Interface. It enables
11 high-speed communication between host and guest in a virtual
12 environment via the VMCI virtual device.
13
14 If unsure, say N.
15
16 To compile this driver as a module, choose M here: the
17 module will be called vmw_vmci.