diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2023-11-10 00:40:54 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2024-01-23 13:17:21 +0100 |
commit | ccfac401eae6ce8187bbb09d1674c26f51d055f4 (patch) | |
tree | 2e88b29168ffa5623e6ce93ada1fa917ba8bda8d | |
parent | 3bf5a15b784d9f582235c2104cf7e8a7d34ce4e5 (diff) | |
download | linux-misc-rk3588.tar.gz |
arm64: defconfig: Enable Rockchip HDMI/DP Combo PHYrk3588
Enable support for the Rockchip HDMI/DP Combo PHY, which is based on a
Samsung IP block. This is used by the RK3588 SoC family.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 07890b86777eda..ab24a68ebada80 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1490,6 +1490,7 @@ CONFIG_PHY_ROCKCHIP_INNO_USB2=y CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY=m CONFIG_PHY_ROCKCHIP_PCIE=m +CONFIG_PHY_ROCKCHIP_SAMSUNG_HDPTX=m CONFIG_PHY_ROCKCHIP_SNPS_PCIE3=y CONFIG_PHY_ROCKCHIP_TYPEC=y CONFIG_PHY_ROCKCHIP_USBDP=m |