staging: vboxvideo: select DRM_TTM
authorCihangir Akturk <cakturk@gmail.com>
Tue, 1 Aug 2017 18:05:41 +0000 (21:05 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Aug 2017 22:57:15 +0000 (15:57 -0700)
commit227fe242e0245b6fc263d1044026822c81971170
tree820ab4c49a032f5b80abd9cf79a24f4120e0cd6e
parent22d82cb952f3c949078c6df4b0a5ea719b18cadc
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: Cihangir Akturk <cakturk@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/Kconfig