18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ciconfig DRM_VBOXVIDEO 38c2ecf20Sopenharmony_ci tristate "Virtual Box Graphics Card" 48c2ecf20Sopenharmony_ci depends on DRM && X86 && PCI 58c2ecf20Sopenharmony_ci select DRM_KMS_HELPER 68c2ecf20Sopenharmony_ci select DRM_VRAM_HELPER 78c2ecf20Sopenharmony_ci select DRM_TTM 88c2ecf20Sopenharmony_ci select DRM_TTM_HELPER 98c2ecf20Sopenharmony_ci select GENERIC_ALLOCATOR 108c2ecf20Sopenharmony_ci help 118c2ecf20Sopenharmony_ci This is a KMS driver for the virtual Graphics Card used in 128c2ecf20Sopenharmony_ci Virtual Box virtual machines. 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci Although it is possible to build this driver built-in to the 158c2ecf20Sopenharmony_ci kernel, it is advised to build it as a module, so that it can 168c2ecf20Sopenharmony_ci be updated independently of the kernel. Select M to build this 178c2ecf20Sopenharmony_ci driver as a module and add support for these devices via drm/kms 188c2ecf20Sopenharmony_ci interfaces. 19