Kconfig revision 1.1
11.1Sriastrad# SPDX-License-Identifier: GPL-2.0 21.1Sriastradconfig DRM_VBOXVIDEO 31.1Sriastrad tristate "Virtual Box Graphics Card" 41.1Sriastrad depends on DRM && X86 && PCI 51.1Sriastrad select DRM_KMS_HELPER 61.1Sriastrad select DRM_VRAM_HELPER 71.1Sriastrad select DRM_TTM 81.1Sriastrad select DRM_TTM_HELPER 91.1Sriastrad select GENERIC_ALLOCATOR 101.1Sriastrad help 111.1Sriastrad This is a KMS driver for the virtual Graphics Card used in 121.1Sriastrad Virtual Box virtual machines. 131.1Sriastrad 141.1Sriastrad Although it is possible to build this driver built-in to the 151.1Sriastrad kernel, it is advised to build it as a module, so that it can 161.1Sriastrad be updated independently of the kernel. Select M to build this 171.1Sriastrad driver as a module and add support for these devices via drm/kms 181.1Sriastrad interfaces. 19