Kconfig 860 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config VBOXGUEST
  3. tristate "Virtual Box Guest integration support"
  4. depends on (ARM64 || X86 || COMPILE_TEST) && PCI && INPUT
  5. depends on HAS_IOPORT
  6. help
  7. This is a driver for the Virtual Box Guest PCI device used in
  8. Virtual Box virtual machines. Enabling this driver will add
  9. support for Virtual Box Guest integration features such as
  10. copy-and-paste, seamless mode and OpenGL pass-through.
  11. This driver also offers vboxguest IPC functionality which is needed
  12. for the vboxfs driver which offers folder sharing support.
  13. If you enable this driver you should also enable the VBOXVIDEO option.
  14. Although it is possible to build this module in, it is advised
  15. to build this driver as a module, so that it can be updated
  16. independently of the kernel. Select M to build this driver as a
  17. module.