From: John Youn Date: Thu, 12 Mar 2015 17:04:42 +0000 (-0700) Subject: usb: dwc2: pci: Select the generic PHY for dwc2-pci driver X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d4ae02cc904d916ea6b292e61b79fd3497054067;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git usb: dwc2: pci: Select the generic PHY for dwc2-pci driver The dwc2-pci driver requires the generic PHY. This fixes undefined reference issues when it is not selected. Reported-by: kbuild test robot Signed-off-by: John Youn Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/dwc2/Kconfig b/drivers/usb/dwc2/Kconfig index 3db204f21ff9..1bcb36ae6505 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.