summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/Kconfig
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-10-08 10:40:54 +0800
committerGerd Hoffmann <kraxel@redhat.com>2019-10-17 14:31:50 +0200
commitff1ae8f51c6f084dc11dcd6fba08705c2fe0bc67 (patch)
treeceb81d78d1e0ba7669295df312a48956ced9ae1b /drivers/gpu/drm/qxl/Kconfig
parent472f0aee207aa36846f13b3c9d94f068d621fde6 (diff)
drm/qxl: Fix randbuild error
If DEM_QXL is y and DRM_TTM_HELPER is m, building fails: drivers/gpu/drm/qxl/qxl_object.o: undefined reference to `drm_gem_ttm_print_info' Select DRM_TTM_HELPER to fix this. Fixes: 78d54f1f6a33 ("drm/qxl: use drm_gem_ttm_print_info") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: http://patchwork.freedesktop.org/patch/msgid/20191008024054.32368-1-yuehaibing@huawei.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/qxl/Kconfig')
-rw-r--r--drivers/gpu/drm/qxl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/qxl/Kconfig b/drivers/gpu/drm/qxl/Kconfig
index d0d691b31f4a..ca3f51c2a8fe 100644
--- a/drivers/gpu/drm/qxl/Kconfig
+++ b/drivers/gpu/drm/qxl/Kconfig
@@ -4,6 +4,7 @@ config DRM_QXL
depends on DRM && PCI && MMU
select DRM_KMS_HELPER
select DRM_TTM
+ select DRM_TTM_HELPER
select CRC32
help
QXL virtual GPU for Spice virtualization desktop integration.