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