commit | 33ad3fdcf95a552486cf8a95543037d8ebb069f6 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Jul 25 10:50:46 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 28 17:05:40 2017 -0700 |
tree | b484ffe9eda917cf81c47de61f0665c020cc8a23 | |
parent | 99859541a92de570eb624c2488754d2406375c74 [diff] |
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>