2019-04-02 18:31:48 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2017-07-06 22:06:01 +08:00
|
|
|
config DRM_VBOXVIDEO
|
|
|
|
tristate "Virtual Box Graphics Card"
|
|
|
|
depends on DRM && X86 && PCI
|
|
|
|
select DRM_KMS_HELPER
|
2019-05-08 16:26:27 +08:00
|
|
|
select DRM_VRAM_HELPER
|
2019-09-04 13:47:40 +08:00
|
|
|
select DRM_TTM
|
|
|
|
select DRM_TTM_HELPER
|
2017-07-25 16:50:46 +08:00
|
|
|
select GENERIC_ALLOCATOR
|
2017-07-06 22:06:01 +08:00
|
|
|
help
|
|
|
|
This is a KMS driver for the virtual Graphics Card used in
|
|
|
|
Virtual Box virtual machines.
|
|
|
|
|
2017-07-24 16:30:44 +08:00
|
|
|
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.
|