From: Jagan Teki Date: Mon, 9 Nov 2020 18:10:16 +0000 (+0530) Subject: arm64: defconfig: Enable PHY_ROCKCHIP_INNO_DSIDPHY X-Git-Tag: v5.11-rc1~92^2~4^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec68a66395d9ccedc9b2b2f6452edfd7cb0fdfd5;p=thirdparty%2Flinux.git arm64: defconfig: Enable PHY_ROCKCHIP_INNO_DSIDPHY In order to work LDVS, DSI in mainline tree for Rockchip based hardware platforms, the associated PHY driver has to enable in default defconfig. Enable rockchip DSI phy driver. Signed-off-by: Jagan Teki Link: https://lore.kernel.org/r/20201109181017.206834-9-jagan@amarulasolutions.com Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 65d6b59da7bda..e796c82cd2d38 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1010,6 +1010,7 @@ CONFIG_PHY_RCAR_GEN3_USB3=m CONFIG_PHY_ROCKCHIP_EMMC=y CONFIG_PHY_ROCKCHIP_INNO_HDMI=m CONFIG_PHY_ROCKCHIP_INNO_USB2=y +CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m CONFIG_PHY_ROCKCHIP_PCIE=m CONFIG_PHY_ROCKCHIP_TYPEC=y CONFIG_PHY_UNIPHIER_USB2=y