brintos

brintos / linux-shallow public Read only

0
0
Text · 810 B · cc32988 Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VBOXGUEST3	tristate "Virtual Box Guest integration support"4	depends on X86 && PCI && INPUT5	help6	  This is a driver for the Virtual Box Guest PCI device used in7	  Virtual Box virtual machines. Enabling this driver will add8	  support for Virtual Box Guest integration features such as9	  copy-and-paste, seamless mode and OpenGL pass-through.10 11	  This driver also offers vboxguest IPC functionality which is needed12	  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 advised17	  to build this driver as a module, so that it can be updated18	  independently of the kernel. Select M to build this driver as a19	  module.20