staging: vboxvideo: select GENERIC_ALLOCATOR
[platform/kernel/linux-rpi.git] / drivers / staging / vboxvideo / Kconfig
1 config DRM_VBOXVIDEO
2         tristate "Virtual Box Graphics Card"
3         depends on DRM && X86 && PCI
4         select DRM_KMS_HELPER
5         select GENERIC_ALLOCATOR
6         help
7           This is a KMS driver for the virtual Graphics Card used in
8           Virtual Box virtual machines.
9
10           Although it is possible to builtin this module, it is advised
11           to build this driver as a module, so that it can be updated
12           independently of the kernel. Select M to built this driver as a
13           module and add support for these devices via drm/kms interfaces.