提交 227fe242 编写于 作者: C Cihangir Akturk 提交者: Greg Kroah-Hartman

staging: vboxvideo: select DRM_TTM

vboxvideo code uses various ttm_* functions, so it needs
"drivers/gpu/drm/ttm/*" to be built. In order to build these objects
select DRM_TTM.

This commit fixes "ttm_*" undefined build errors.
Signed-off-by: NCihangir Akturk <cakturk@gmail.com>
Acked-by: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 22d82cb9
...@@ -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 DRM_TTM
select GENERIC_ALLOCATOR 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册