Kconfig 402 B

12345678910111213141516
  1. #
  2. # VMware VMCI device
  3. #
  4. config VMWARE_VMCI
  5. tristate "VMware VMCI Driver"
  6. depends on X86 && PCI
  7. help
  8. This is VMware's Virtual Machine Communication Interface. It enables
  9. high-speed communication between host and guest in a virtual
  10. environment via the VMCI virtual device.
  11. If unsure, say N.
  12. To compile this driver as a module, choose M here: the
  13. module will be called vmw_vmci.