Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8ccb701 authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa
Browse files

config: enable DisplayPort compilation



Enable compilation of the DisplayPort driver on Lahaina.

Change-Id: Ie8437c136a2daa0f8119b0a592577e5592ce2142
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent 4571b235
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
ifeq ($(CONFIG_QGKI),y)
export CONFIG_DRM_MSM=y
export CONFIG_DRM_MSM_SDE=y
export CONFIG_DRM_MSM_DP=y
export CONFIG_SYNC_FILE=y
export CONFIG_DRM_MSM_DSI=y
export CONFIG_DSI_PARSER=y
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
 */

#define CONFIG_DRM_MSM 1
#define CONFIG_DRM_MSM_DP 1
#define CONFIG_DRM_MSM_SDE 1
#define CONFIG_SYNC_FILE 1
#define CONFIG_DRM_MSM_DSI 1