xref: /openbmc/linux/drivers/gpu/drm/vboxvideo/Kconfig (revision 4f7f1973)
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
5131abc56SHans de Goede	select DRM_KMS_HELPER
65e6b9255SThomas Zimmermann	select DRM_VRAM_HELPER
74f7f1973SGerd Hoffmann	select DRM_TTM
84f7f1973SGerd Hoffmann	select DRM_TTM_HELPER
9131abc56SHans de Goede	select GENERIC_ALLOCATOR
10131abc56SHans de Goede	help
11131abc56SHans de Goede	  This is a KMS driver for the virtual Graphics Card used in
12131abc56SHans de Goede	  Virtual Box virtual machines.
13131abc56SHans de Goede
14131abc56SHans de Goede	  Although it is possible to build this driver built-in to the
15131abc56SHans de Goede	  kernel, it is advised to build it as a module, so that it can
16131abc56SHans de Goede	  be updated independently of the kernel. Select M to build this
17131abc56SHans de Goede	  driver as a module and add support for these devices via drm/kms
18131abc56SHans de Goede	  interfaces.
19