drm/vram: fix Kconfig

select isn't recursive, so we can't turn on DRM_TTM + DRM_TTM_HELPER
in config DRM_VRAM_HELPER, we have to select them on the vram users
instead.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: http://patchwork.freedesktop.org/patch/msgid/20190904054740.20817-8-kraxel@redhat.com
This commit is contained in:
Gerd Hoffmann
2019-09-04 07:47:40 +02:00
parent 78d54f1f6a
commit 4f7f1973b0
6 changed files with 10 additions and 3 deletions

View File

@@ -168,8 +168,6 @@ config DRM_TTM
config DRM_VRAM_HELPER
tristate
depends on DRM
select DRM_TTM
select DRM_TTM_HELPER
help
Helpers for VRAM memory management