From bd29c245e67afbf9443f3cb4c598ce72eb7622ee Mon Sep 17 00:00:00 2001 From: Zhang Yubing Date: Thu, 13 Apr 2023 18:59:40 +0800 Subject: [PATCH] phy: rockchip: typec: select TYPEC Signed-off-by: Zhang Yubing Change-Id: I228cc3c034a0db29ea83c510a74c7a98ce15b534 --- drivers/phy/rockchip/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/phy/rockchip/Kconfig b/drivers/phy/rockchip/Kconfig index c47ae2be4c5b..0a41b89d82fc 100644 --- a/drivers/phy/rockchip/Kconfig +++ b/drivers/phy/rockchip/Kconfig @@ -164,6 +164,7 @@ config PHY_ROCKCHIP_TYPEC select EXTCON select GENERIC_PHY select RESET_CONTROLLER + select TYPEC help Enable this to support the Rockchip USB TYPEC PHY.