From: Marek Vasut Date: Thu, 23 Feb 2023 16:29:24 +0000 (+0100) Subject: usb: dwc3-uniphier: Select PHY X-Git-Tag: v2025.01-rc5-pxa1908~1023^2~47 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=b684ec8efe067377afd55c330b83bf533c88ef08;p=u-boot.git usb: dwc3-uniphier: Select PHY Make sure the PHY subsystem is activated for the uniphier DWC3 glue logic, as it depends on PHY implementation there. Signed-off-by: Marek Vasut --- diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 7ddfa94e51..d1665f8c58 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -57,6 +57,7 @@ config USB_DWC3_UNIPHIER bool "DesignWare USB3 Host Support on UniPhier Platforms" depends on ARCH_UNIPHIER && USB_DWC3 select USB_DWC3_GENERIC + select PHY select PHY_UNIPHIER_USB3 help Support of USB2/3 functionality in Socionext UniPhier platforms.