xref: /linux/drivers/virt/vboxguest/Kconfig (revision 2cc699b3c2fe5ea84081059c88c46373cbebe630)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
20ba002bcSHans de Goedeconfig VBOXGUEST
30ba002bcSHans de Goede	tristate "Virtual Box Guest integration support"
4*c99e1e1dSArnd Bergmann	depends on (ARM64 || X86 || COMPILE_TEST) && PCI && INPUT
5*c99e1e1dSArnd Bergmann	depends on HAS_IOPORT
60ba002bcSHans de Goede	help
70ba002bcSHans de Goede	  This is a driver for the Virtual Box Guest PCI device used in
80ba002bcSHans de Goede	  Virtual Box virtual machines. Enabling this driver will add
90ba002bcSHans de Goede	  support for Virtual Box Guest integration features such as
100ba002bcSHans de Goede	  copy-and-paste, seamless mode and OpenGL pass-through.
110ba002bcSHans de Goede
120ba002bcSHans de Goede	  This driver also offers vboxguest IPC functionality which is needed
130ba002bcSHans de Goede	  for the vboxfs driver which offers folder sharing support.
140ba002bcSHans de Goede
150ba002bcSHans de Goede	  If you enable this driver you should also enable the VBOXVIDEO option.
160ba002bcSHans de Goede
170ba002bcSHans de Goede	  Although it is possible to build this module in, it is advised
180ba002bcSHans de Goede	  to build this driver as a module, so that it can be updated
190ba002bcSHans de Goede	  independently of the kernel. Select M to build this driver as a
200ba002bcSHans de Goede	  module.
21