[linux] 01/01: fix "[arm64] Enable DRM modules"

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed May 31 20:31:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

ukleinek pushed a commit to branch sid
in repository linux.

commit 85cfadf6c016603150f758716636a3cbf29089d6
Author: Uwe Kleine-König <ukleinek at debian.org>
Date:   Wed May 31 22:30:20 2017 +0200

    fix "[arm64] Enable DRM modules"
    
    I forgot to add =m for CONFIG_DRM_MALI_DISPLAY. I fixed that for my
    build test, but forgot to add to the index for committing. *sigh*
---
 debian/config/arm64/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index cbf742d..0c36eb3 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -192,7 +192,7 @@ CONFIG_DRM_AMDGPU=m
 ## file: drivers/gpu/drm/arm/Kconfig
 ##
 CONFIG_DRM_HDLCD=m
-CONFIG_DRM_MALI_DISPLAY
+CONFIG_DRM_MALI_DISPLAY=m
 
 ##
 ## file: drivers/gpu/drm/ast/Kconfig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list