Kconfig 472 B

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