drivers/gpu/drm/Kconfig | 1 + 1 file changed, 1 insertion(+) New commits: commit 0746a4a50a7663b966edde59d8cc912fba585b92 Author: James Simmons <jsimm...@infradead.org> Date: Sat Jan 3 10:42:40 2015 -0700
drm/via: Add missing DRM_KMS_FB_HELPER With the merge with the latest drm-next adding DRM_KMS_FB_HELPER to the VIA Kconfig got dropped. Without out this fix you will see undefined error messages in the modpost stage. Signed-off-by: James Simmons <jsimm...@infradead.org> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index ecdce0d..f2b36c5 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -158,6 +158,7 @@ config DRM_VIA select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT select DRM_KMS_HELPER + select DRM_KMS_FB_HELPER select DRM_TTM help Choose this option if you have a Via unichrome or compatible video _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/openchrome-devel