xref: /openbmc/linux/drivers/gpu/drm/vboxvideo/Kconfig (revision a2d635de)
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
6131abc56SHans de Goede	select DRM_TTM
7131abc56SHans de Goede	select GENERIC_ALLOCATOR
8131abc56SHans de Goede	help
9131abc56SHans de Goede	  This is a KMS driver for the virtual Graphics Card used in
10131abc56SHans de Goede	  Virtual Box virtual machines.
11131abc56SHans de Goede
12131abc56SHans de Goede	  Although it is possible to build this driver built-in to the
13131abc56SHans de Goede	  kernel, it is advised to build it as a module, so that it can
14131abc56SHans de Goede	  be updated independently of the kernel. Select M to build this
15131abc56SHans de Goede	  driver as a module and add support for these devices via drm/kms
16131abc56SHans de Goede	  interfaces.
17