staging: vboxvideo: select GENERIC_ALLOCATOR
authorHans de Goede <hdegoede@redhat.com>
Tue, 25 Jul 2017 08:50:46 +0000 (10:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 29 Jul 2017 00:05:40 +0000 (17:05 -0700)
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>
drivers/staging/vboxvideo/Kconfig

index a52746f..cfabe3c 100644 (file)
@@ -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.