Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
George Zhang | 2025984 | 2013-01-08 15:55:59 -0800 | [diff] [blame] | 2 | # |
| 3 | # VMware VMCI device |
| 4 | # |
| 5 | |
| 6 | config VMWARE_VMCI |
| 7 | tristate "VMware VMCI Driver" |
Rusty Russell | d2f83e9 | 2013-05-17 09:05:21 +0930 | [diff] [blame] | 8 | depends on X86 && PCI |
George Zhang | 2025984 | 2013-01-08 15:55:59 -0800 | [diff] [blame] | 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. |