brintos

brintos / linux-shallow public Read only

0
0
Text · 616 B · 45fe135 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.02config DRM_VBOXVIDEO3	tristate "Virtual Box Graphics Card"4	depends on DRM && X86 && PCI5	select DRM_KMS_HELPER6	select DRM_VRAM_HELPER7	select DRM_TTM8	select DRM_TTM_HELPER9	select GENERIC_ALLOCATOR10	help11	  This is a KMS driver for the virtual Graphics Card used in12	  Virtual Box virtual machines.13 14	  Although it is possible to build this driver built-in to the15	  kernel, it is advised to build it as a module, so that it can16	  be updated independently of the kernel. Select M to build this17	  driver as a module and add support for these devices via drm/kms18	  interfaces.19