summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vboxvideo/Kconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2017-07-25 10:50:46 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-28 17:05:40 -0700
commit33ad3fdcf95a552486cf8a95543037d8ebb069f6 (patch)
treeb484ffe9eda917cf81c47de61f0665c020cc8a23 /drivers/staging/vboxvideo/Kconfig
parent99859541a92de570eb624c2488754d2406375c74 (diff)
downloadlinux-33ad3fdcf95a552486cf8a95543037d8ebb069f6.tar.bz2
staging: vboxvideo: select GENERIC_ALLOCATOR
The vboxvideo code uses various gen_pool_* functions, so it needs lib/genalloc.c to be built. In some configs this is not happening, so add select GENERIC_ALLOCATOR to the Kconfig file to enforce this. Note all other Kconfig references to GENERIC_ALLOCATOR also use select. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vboxvideo/Kconfig')
-rw-r--r--drivers/staging/vboxvideo/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vboxvideo/Kconfig b/drivers/staging/vboxvideo/Kconfig
index a52746f9a670..cfabe3ce4bab 100644
--- a/drivers/staging/vboxvideo/Kconfig
+++ b/drivers/staging/vboxvideo/Kconfig
@@ -2,6 +2,7 @@ config DRM_VBOXVIDEO
tristate "Virtual Box Graphics Card"
depends on DRM && X86 && PCI
select DRM_KMS_HELPER
+ select GENERIC_ALLOCATOR
help
This is a KMS driver for the virtual Graphics Card used in
Virtual Box virtual machines.