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 <[email protected]> --- Cc: Kunihiko Hayashi <[email protected]> Cc: Tom Rini <[email protected]> --- 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

