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