[Openchrome-devel] drm-openchrome: drivers/gpu/drm

James Simmons jsimmons at kemper.freedesktop.org
Sat Jan 3 09:46:08 PST 2015


 drivers/gpu/drm/Kconfig |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0746a4a50a7663b966edde59d8cc912fba585b92
Author: James Simmons <jsimmons at 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 <jsimmons at 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


More information about the Openchrome-devel mailing list