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