1config DRM_VBOXVIDEO 2 tristate "Virtual Box Graphics Card" 3 depends on DRM && X86 && PCI 4 select DRM_KMS_HELPER 5 select DRM_TTM 6 select GENERIC_ALLOCATOR 7 help 8 This is a KMS driver for the virtual Graphics Card used in 9 Virtual Box virtual machines. 10 11 Although it is possible to build this driver built-in to the 12 kernel, it is advised to build it as a module, so that it can 13 be updated independently of the kernel. Select M to build this 14 driver as a module and add support for these devices via drm/kms 15 interfaces. 16