162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciconfig DRM_VBOXVIDEO 362306a36Sopenharmony_ci tristate "Virtual Box Graphics Card" 462306a36Sopenharmony_ci depends on DRM && X86 && PCI 562306a36Sopenharmony_ci select DRM_KMS_HELPER 662306a36Sopenharmony_ci select DRM_VRAM_HELPER 762306a36Sopenharmony_ci select DRM_TTM 862306a36Sopenharmony_ci select DRM_TTM_HELPER 962306a36Sopenharmony_ci select GENERIC_ALLOCATOR 1062306a36Sopenharmony_ci help 1162306a36Sopenharmony_ci This is a KMS driver for the virtual Graphics Card used in 1262306a36Sopenharmony_ci Virtual Box virtual machines. 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci Although it is possible to build this driver built-in to the 1562306a36Sopenharmony_ci kernel, it is advised to build it as a module, so that it can 1662306a36Sopenharmony_ci be updated independently of the kernel. Select M to build this 1762306a36Sopenharmony_ci driver as a module and add support for these devices via drm/kms 1862306a36Sopenharmony_ci interfaces. 19