| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | config VBOXGUEST |
| 2 | tristate "Virtual Box Guest integration support" |
| 3 | depends on X86 && PCI && INPUT |
| 4 | help |
| 5 | This is a driver for the Virtual Box Guest PCI device used in |
| 6 | Virtual Box virtual machines. Enabling this driver will add |
| 7 | support for Virtual Box Guest integration features such as |
| 8 | copy-and-paste, seamless mode and OpenGL pass-through. |
| 9 | |
| 10 | This driver also offers vboxguest IPC functionality which is needed |
| 11 | for the vboxfs driver which offers folder sharing support. |
| 12 | |
| 13 | If you enable this driver you should also enable the VBOXVIDEO option. |
| 14 | |
| 15 | Although it is possible to build this module in, it is advised |
| 16 | to build this driver as a module, so that it can be updated |
| 17 | independently of the kernel. Select M to build this driver as a |
| 18 | module. |