aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/Kconfig
diff options
context:
space:
mode:
authorJohn Youn <John.Youn@synopsys.com>2015-03-12 13:04:42 -0400
committerFelipe Balbi <balbi@ti.com>2015-03-13 11:40:53 -0400
commitd4ae02cc904d916ea6b292e61b79fd3497054067 (patch)
treebe6d6eb547311da1d70a3e477628bc714e45af66 /drivers/usb/dwc2/Kconfig
parent16d9efa4b3db0ab69605ff4d03d707d0210f4bf7 (diff)
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 <fengguang.wu@intel.com> Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc2/Kconfig')
-rw-r--r--drivers/usb/dwc2/Kconfig1
1 files changed, 1 insertions, 0 deletions
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
62 depends on PCI 62 depends on PCI
63 default n 63 default n
64 select USB_DWC2_PLATFORM 64 select USB_DWC2_PLATFORM
65 select NOP_USB_XCEIV
65 help 66 help
66 The Designware USB2.0 PCI interface module for controllers 67 The Designware USB2.0 PCI interface module for controllers
67 connected to a PCI bus. 68 connected to a PCI bus.