xref: /linux/drivers/virt/vboxguest/Kconfig (revision 0ba002bc4393dcfae031fc707b11c094b46a5048)
1*0ba002bcSHans de Goedeconfig VBOXGUEST
2*0ba002bcSHans de Goede	tristate "Virtual Box Guest integration support"
3*0ba002bcSHans de Goede	depends on X86 && PCI && INPUT
4*0ba002bcSHans de Goede	help
5*0ba002bcSHans de Goede	  This is a driver for the Virtual Box Guest PCI device used in
6*0ba002bcSHans de Goede	  Virtual Box virtual machines. Enabling this driver will add
7*0ba002bcSHans de Goede	  support for Virtual Box Guest integration features such as
8*0ba002bcSHans de Goede	  copy-and-paste, seamless mode and OpenGL pass-through.
9*0ba002bcSHans de Goede
10*0ba002bcSHans de Goede	  This driver also offers vboxguest IPC functionality which is needed
11*0ba002bcSHans de Goede	  for the vboxfs driver which offers folder sharing support.
12*0ba002bcSHans de Goede
13*0ba002bcSHans de Goede	  If you enable this driver you should also enable the VBOXVIDEO option.
14*0ba002bcSHans de Goede
15*0ba002bcSHans de Goede	  Although it is possible to build this module in, it is advised
16*0ba002bcSHans de Goede	  to build this driver as a module, so that it can be updated
17*0ba002bcSHans de Goede	  independently of the kernel. Select M to build this driver as a
18*0ba002bcSHans de Goede	  module.
19