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 <ma...@denx.de> --- Cc: Kunihiko Hayashi <hayashi.kunih...@socionext.com> Cc: Tom Rini <tr...@konsulko.com> --- V2: Use select - imply means you can turn off the option and expect things to work "it's a good idea to have X enabled" is when to use imply "you must have X for Y to work" is when to use select --- drivers/usb/dwc3/Kconfig | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.1