David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | config DRM_VBOXVIDEO |
| 3 | tristate "Virtual Box Graphics Card" |
| 4 | depends on DRM && X86 && PCI |
| 5 | select DRM_KMS_HELPER |
| 6 | select DRM_VRAM_HELPER |
| 7 | select GENERIC_ALLOCATOR |
| 8 | help |
| 9 | This is a KMS driver for the virtual Graphics Card used in |
| 10 | Virtual Box virtual machines. |
| 11 | |
| 12 | Although it is possible to build this driver built-in to the |
| 13 | kernel, it is advised to build it as a module, so that it can |
| 14 | be updated independently of the kernel. Select M to build this |
| 15 | driver as a module and add support for these devices via drm/kms |
| 16 | interfaces. |