aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2013-06-14 05:51:42 -0400
committerFelipe Balbi <balbi@ti.com>2013-07-29 06:57:05 -0400
commit88650d62a12de7fb9437b5508cc7f6b28da58cbf (patch)
treee02db77bfc98c76289f8fa1fbf99c65d1da4c3a3 /drivers/usb/host/Kconfig
parent052a11d13bdecb77ee4cdbdccfce5434a12209af (diff)
usb: ehci-omap: select NOP_USB_XCEIV PHY driver
ehci-omap needs NOP_USB_XCEIV PHY driver to function properly, so select it. As the USB PHY drivers no longer depend on USB_PHY, it is safe to select the PHY drivers. Signed-off-by: Roger Quadros <rogerq@ti.com> Tested-by: Adrien Vergé <adrienverge@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 3102b522ca02..5064e06e25b4 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -148,13 +148,11 @@ config USB_EHCI_MXC
148config USB_EHCI_HCD_OMAP 148config USB_EHCI_HCD_OMAP
149 tristate "EHCI support for OMAP3 and later chips" 149 tristate "EHCI support for OMAP3 and later chips"
150 depends on ARCH_OMAP 150 depends on ARCH_OMAP
151 select NOP_USB_XCEIV
151 default y 152 default y
152 ---help--- 153 ---help---
153 Enables support for the on-chip EHCI controller on 154 Enables support for the on-chip EHCI controller on
154 OMAP3 and later chips. 155 OMAP3 and later chips.
155 If your system uses a PHY on the USB port, you will need to
156 enable USB_PHY and the appropriate PHY driver as well. Most
157 boards need the NOP_USB_XCEIV PHY driver.
158 156
159config USB_EHCI_HCD_ORION 157config USB_EHCI_HCD_ORION
160 tristate "Support for Marvell EBU on-chip EHCI USB controller" 158 tristate "Support for Marvell EBU on-chip EHCI USB controller"