Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-2.6-microblaze.git] / drivers / gpu / drm / Kconfig
index 36f900d..b62f40c 100644 (file)
@@ -161,6 +161,13 @@ config DRM_TTM
          GPU memory types. Will be enabled automatically if a device driver
          uses it.
 
+config DRM_VRAM_HELPER
+       tristate
+       depends on DRM
+       select DRM_TTM
+       help
+         Helpers for VRAM memory management
+
 config DRM_GEM_CMA_HELPER
        bool
        depends on DRM