]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/vboxvideo/Kconfig
Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / staging / vboxvideo / Kconfig
1 config DRM_VBOXVIDEO
2         tristate "Virtual Box Graphics Card"
3         depends on DRM && X86 && PCI
4         select DRM_KMS_HELPER
5         help
6           This is a KMS driver for the virtual Graphics Card used in
7           Virtual Box virtual machines.
8
9           Although it is possible to builtin this module, it is advised
10           to build this driver as a module, so that it can be updated
11           independently of the kernel. Select M to built this driver as a
12           module and add support for these devices via drm/kms interfaces.