xref: /linux/drivers/gpu/drm/vboxvideo/Kconfig (revision c771600c6af14749609b49565ffb4cac2959710d)
1a2d635deSLinus Torvalds# SPDX-License-Identifier: GPL-2.0
2131abc56SHans de Goedeconfig DRM_VBOXVIDEO
3131abc56SHans de Goede	tristate "Virtual Box Graphics Card"
4131abc56SHans de Goede	depends on DRM && X86 && PCI
5*13391209SThomas Zimmermann	select DRM_CLIENT_SELECTION
6131abc56SHans de Goede	select DRM_KMS_HELPER
75e6b9255SThomas Zimmermann	select DRM_VRAM_HELPER
84f7f1973SGerd Hoffmann	select DRM_TTM
94f7f1973SGerd Hoffmann	select DRM_TTM_HELPER
10131abc56SHans de Goede	select GENERIC_ALLOCATOR
11131abc56SHans de Goede	help
12131abc56SHans de Goede	  This is a KMS driver for the virtual Graphics Card used in
13131abc56SHans de Goede	  Virtual Box virtual machines.
14131abc56SHans de Goede
15131abc56SHans de Goede	  Although it is possible to build this driver built-in to the
16131abc56SHans de Goede	  kernel, it is advised to build it as a module, so that it can
17131abc56SHans de Goede	  be updated independently of the kernel. Select M to build this
18131abc56SHans de Goede	  driver as a module and add support for these devices via drm/kms
19131abc56SHans de Goede	  interfaces.
20