# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_DRM_VBOXVIDEO[0m tristate "Virtual Box Graphics Card" depends on [31mCONFIG_DRM[0m && X86 && PCI select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_VRAM_HELPER[0m select [31mCONFIG_DRM_TTM[0m select [31mCONFIG_DRM_TTM_HELPER[0m select GENERIC_ALLOCATOR help This is a KMS driver for the virtual Graphics Card used in Virtual Box virtual machines. Although it is possible to build this driver built-in to the kernel, it is advised to build it as a module, so that it can be updated independently of the kernel. Select M to build this driver as a module and add support for these devices via drm/kms interfaces. |