projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d9efa
)
usb: dwc2: pci: Select the generic PHY for dwc2-pci driver
author
John Youn
<John.Youn@synopsys.com>
Thu, 12 Mar 2015 17:04:42 +0000
(10:04 -0700)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 13 Mar 2015 15:40:53 +0000
(10:40 -0500)
The dwc2-pci driver requires the generic PHY. This fixes undefined
reference issues when it is not selected.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc2/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc2/Kconfig
b/drivers/usb/dwc2/Kconfig
index 3db204f21ff91d878f5109dddffa4889935e5381..1bcb36ae6505afc9cff52f218d396271f763d542 100644
(file)
--- 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.