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