[PATCH] usb: dwc3-uniphier: Imply PHY
Marek Vasut
marex at denx.de
Thu Feb 23 05:44:09 CET 2023
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 <marex at denx.de>
---
Cc: Kunihiko Hayashi <hayashi.kunihiko at socionext.com>
Cc: Tom Rini <trini at konsulko.com>
---
drivers/usb/dwc3/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
index 7ddfa94e51..e39a133f84 100644
--- a/drivers/usb/dwc3/Kconfig
+++ b/drivers/usb/dwc3/Kconfig
@@ -56,6 +56,7 @@ config USB_DWC3_MESON_GXL
config USB_DWC3_UNIPHIER
bool "DesignWare USB3 Host Support on UniPhier Platforms"
depends on ARCH_UNIPHIER && USB_DWC3
+ imply PHY
select USB_DWC3_GENERIC
select PHY_UNIPHIER_USB3
help
--
2.39.1
More information about the U-Boot
mailing list