Message ID | 20191024103140.10077-3-masneyb@onstation.org (mailing list archive) |
---|---|
State | Accepted |
Commit | dd973b89ebba7246bb395b89bfec55deee24af2a |
Headers | show |
Series | ARM: qcom: add defconfig items and dts nodes | expand |
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index cbe4e1d86f9a..201e20bc6189 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -149,6 +149,7 @@ CONFIG_MEDIA_SUPPORT=y CONFIG_DRM=y CONFIG_DRM_MSM=m CONFIG_DRM_PANEL_SIMPLE=y +CONFIG_DRM_ANALOGIX_ANX78XX=m CONFIG_FB=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_LCD_CLASS_DEVICE is not set
Add the Analogix anx78xx driver so that the external display over HDMI can be used on Nexus 5 phones. Signed-off-by: Brian Masney <masneyb@onstation.org> --- Changes since v1: - None arch/arm/configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+)