diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2024-02-19 23:37:24 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-02-28 01:35:45 +0300 |
commit | 23ed255e74317b10b41b396d4af5b79b47b28c22 (patch) | |
tree | 6a14c254ff151c1cc38a0eeea990da44b39027a2 /arch/arm64/configs | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) | |
download | linux-23ed255e74317b10b41b396d4af5b79b47b28c22.tar.xz |
arm64: defconfig: Enable Rockchip HDMI/eDP Combo PHY
Enable support for the Rockchip HDMI/eDP 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>
Link: https://lore.kernel.org/r/20240219203725.283532-1-cristian.ciocaltea@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/configs')
-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 e6cf3e5d63c3..134dce860641 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_SAMSUNG_UFS=y |