OMAP USB3 PHY should be selected when OMAP5 platforms are enabled. If OMAP USB3 PHY are disabled, during dwc3-omap probing process, the driver can not find transceiver of USB3 PHY. Signed-off-by: Huang Rui <ray.huang@xxxxxxx> --- drivers/usb/dwc3/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 6702db1..5c597e2 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -45,6 +45,7 @@ comment "Platform Glue Driver Support" config USB_DWC3_OMAP tristate "Texas Instruments OMAP5 and similar Platforms" depends on EXTCON + select OMAP_USB3 default USB_DWC3 help Some platforms from Texas Instruments like OMAP5, DRA7xxx and -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html