The dwc2-pci driver requires the generic PHY. This fixes undefined
reference issues when it is not selected.

Reported-by: kbuild test robot <[email protected]>
Signed-off-by: John Youn <[email protected]>
---

This fixes issue with commit 9024c495 on -next.

John

 drivers/usb/dwc2/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/dwc2/Kconfig b/drivers/usb/dwc2/Kconfig
index 3db204f..1bcb36a 100644
--- a/drivers/usb/dwc2/Kconfig
+++ b/drivers/usb/dwc2/Kconfig
@@ -62,6 +62,7 @@ config USB_DWC2_PCI
        depends on PCI
        default n
        select USB_DWC2_PLATFORM
+       select NOP_USB_XCEIV
        help
          The Designware USB2.0 PCI interface module for controllers
          connected to a PCI bus.
-- 
2.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to