]> Git Repo - linux.git/blob - drivers/gpu/drm/vboxvideo/Kconfig
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[linux.git] / drivers / gpu / drm / vboxvideo / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config DRM_VBOXVIDEO
3         tristate "Virtual Box Graphics Card"
4         depends on DRM && X86 && PCI
5         select DRM_KMS_HELPER
6         select DRM_VRAM_HELPER
7         select DRM_TTM
8         select DRM_TTM_HELPER
9         select GENERIC_ALLOCATOR
10         help
11           This is a KMS driver for the virtual Graphics Card used in
12           Virtual Box virtual machines.
13
14           Although it is possible to build this driver built-in to the
15           kernel, it is advised to build it as a module, so that it can
16           be updated independently of the kernel. Select M to build this
17           driver as a module and add support for these devices via drm/kms
18           interfaces.
This page took 0.036525 seconds and 4 git commands to generate.