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