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

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

drm/msm: select external display module on kona



Select the external display module since it is needed for basic
functionality by submodules such as the DisplayPort driver.

Change-Id: Id86e2945a1236a329f2bc04199a07595fe8a289c
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent f5f31790
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ config DRM_MSM
	select WANT_DEV_COREDUMP
	select SND_SOC_HDMI_CODEC if SND_SOC
	select SYNC_FILE
	select MSM_EXT_DISPLAY
	select PM_OPP
	default y
	help
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt)	"%s: " fmt, __func__
@@ -14,6 +14,7 @@
#include <linux/types.h>
#include <linux/of_platform.h>
#include <linux/msm_ext_display.h>
#include <linux/extcon-provider.h>

struct msm_ext_disp_list {
	struct msm_ext_disp_init_data *data;