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