Enable support for the Texas Instruments HD3SS3220 USB Type-C controller, which is used on the Silicon Linux CAT874 RZ/G2E board. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- arch/arm64/configs/renesas_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index d761bdfd0b9da95f..f7b43ed12fef707b 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -272,6 +272,8 @@ CONFIG_USB_RENESAS_USBHS_UDC=y CONFIG_USB_RENESAS_USB3=y CONFIG_USB_SNP_UDC_PLAT=y CONFIG_USB_BDC_UDC=y +CONFIG_TYPEC=y +CONFIG_TYPEC_HD3SS3220=y CONFIG_MMC=y CONFIG_MMC_SDHI=y CONFIG_NEW_LEDS=y -- 2.17.1