Commit 4f7f1973 authored by Gerd Hoffmann's avatar Gerd Hoffmann

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: default avatarGerd Hoffmann <kraxel@redhat.com>
Acked-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Link: http://patchwork.freedesktop.org/patch/msgid/20190904054740.20817-8-kraxel@redhat.com
parent 78d54f1f
...@@ -168,8 +168,6 @@ config DRM_TTM ...@@ -168,8 +168,6 @@ config DRM_TTM
config DRM_VRAM_HELPER config DRM_VRAM_HELPER
tristate tristate
depends on DRM depends on DRM
select DRM_TTM
select DRM_TTM_HELPER
help help
Helpers for VRAM memory management Helpers for VRAM memory management
......
...@@ -4,6 +4,8 @@ config DRM_AST ...@@ -4,6 +4,8 @@ config DRM_AST
depends on DRM && PCI && MMU depends on DRM && PCI && MMU
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_VRAM_HELPER select DRM_VRAM_HELPER
select DRM_TTM
select DRM_TTM_HELPER
help help
Say yes for experimental AST GPU driver. Do not enable Say yes for experimental AST GPU driver. Do not enable
this driver without having a working -modesetting, this driver without having a working -modesetting,
......
...@@ -4,6 +4,8 @@ config DRM_BOCHS ...@@ -4,6 +4,8 @@ config DRM_BOCHS
depends on DRM && PCI && MMU depends on DRM && PCI && MMU
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_VRAM_HELPER select DRM_VRAM_HELPER
select DRM_TTM
select DRM_TTM_HELPER
help help
Choose this option for qemu. Choose this option for qemu.
If M is selected the module will be called bochs-drm. If M is selected the module will be called bochs-drm.
...@@ -4,7 +4,8 @@ config DRM_HISI_HIBMC ...@@ -4,7 +4,8 @@ config DRM_HISI_HIBMC
depends on DRM && PCI && MMU depends on DRM && PCI && MMU
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_VRAM_HELPER select DRM_VRAM_HELPER
select DRM_TTM
select DRM_TTM_HELPER
help help
Choose this option if you have a Hisilicon Hibmc soc chipset. Choose this option if you have a Hisilicon Hibmc soc chipset.
If M is selected the module will be called hibmc-drm. If M is selected the module will be called hibmc-drm.
...@@ -4,6 +4,8 @@ config DRM_MGAG200 ...@@ -4,6 +4,8 @@ config DRM_MGAG200
depends on DRM && PCI && MMU depends on DRM && PCI && MMU
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_VRAM_HELPER select DRM_VRAM_HELPER
select DRM_TTM
select DRM_TTM_HELPER
help help
This is a KMS driver for the MGA G200 server chips, it This is a KMS driver for the MGA G200 server chips, it
does not support the original MGA G200 or any of the desktop does not support the original MGA G200 or any of the desktop
......
...@@ -4,6 +4,8 @@ config DRM_VBOXVIDEO ...@@ -4,6 +4,8 @@ config DRM_VBOXVIDEO
depends on DRM && X86 && PCI depends on DRM && X86 && PCI
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_VRAM_HELPER select DRM_VRAM_HELPER
select DRM_TTM
select DRM_TTM_HELPER
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment