# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_DRM_VBOXVIDEO[0m tristate "Virtual Box Graphics Card" depends on [31mCONFIG_DRM[0m && [31mCONFIG_X86[0m && [31mCONFIG_PCI[0m select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_VRAM_HELPER[0m select [31mCONFIG_GENERIC_ALLOCATOR[0m 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 [31mCONFIG_M[0m to build this driver as a module and add support for these devices via drm/kms interfaces. |