UDC driver won't probe without Tegra's PHY, hence select it in the Kconfig. Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> --- drivers/usb/chipidea/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig index 785f0ed037f7..2ef3b27ea72b 100644 --- a/drivers/usb/chipidea/Kconfig +++ b/drivers/usb/chipidea/Kconfig @@ -27,6 +27,7 @@ config USB_CHIPIDEA_PCI config USB_CHIPIDEA_UDC bool "ChipIdea device controller" depends on USB_GADGET + select USB_TEGRA_PHY if ARCH_TEGRA help Say Y here to enable device controller functionality of the ChipIdea driver. -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html