xref: /linux/drivers/virt/vboxguest/Kconfig (revision 6c3fb0bb4d4f1173f32cc26d077b151d72226a2f)
1# SPDX-License-Identifier: GPL-2.0-only
2config 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
12	  This driver also offers vboxguest IPC functionality which is needed
13	  for the vboxfs driver which offers folder sharing support.
14
15	  If you enable this driver you should also enable the VBOXVIDEO option.
16
17	  Although it is possible to build this module in, it is advised
18	  to build this driver as a module, so that it can be updated
19	  independently of the kernel. Select M to build this driver as a
20	  module.
21