提交 33ad3fdc 编写于 作者: H Hans de Goede 提交者: Greg Kroah-Hartman

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: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 99859541
...@@ -2,6 +2,7 @@ config DRM_VBOXVIDEO ...@@ -2,6 +2,7 @@ config DRM_VBOXVIDEO
tristate "Virtual Box Graphics Card" tristate "Virtual Box Graphics Card"
depends on DRM && X86 && PCI depends on DRM && X86 && PCI
select DRM_KMS_HELPER select DRM_KMS_HELPER
select GENERIC_ALLOCATOR
help help
This is a KMS driver for the virtual Graphics Card used in This is a KMS driver for the virtual Graphics Card used in
Virtual Box virtual machines. Virtual Box virtual machines.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册