0001 # SPDX-License-Identifier: GPL-2.0
0002 config DRM_VBOXVIDEO
0003 tristate "Virtual Box Graphics Card"
0004 depends on DRM && X86 && PCI
0005 select DRM_KMS_HELPER
0006 select DRM_VRAM_HELPER
0007 select DRM_TTM
0008 select DRM_TTM_HELPER
0009 select GENERIC_ALLOCATOR
0010 help
0011 This is a KMS driver for the virtual Graphics Card used in
0012 Virtual Box virtual machines.
0013
0014 Although it is possible to build this driver built-in to the
0015 kernel, it is advised to build it as a module, so that it can
0016 be updated independently of the kernel. Select M to build this
0017 driver as a module and add support for these devices via drm/kms
0018 interfaces.