]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: ehci-omap: select NOP_USB_XCEIV PHY driver
authorRoger Quadros <rogerq@ti.com>
Fri, 14 Jun 2013 09:51:42 +0000 (12:51 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 29 Jul 2013 10:57:05 +0000 (13:57 +0300)
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>
drivers/usb/host/Kconfig

index 3102b522ca0217792c418f370af68f14ec33c6b3..5064e06e25b44225ed855ce72bb5baff0e5873b2 100644 (file)
@@ -148,13 +148,11 @@ config USB_EHCI_MXC
 config USB_EHCI_HCD_OMAP
        tristate "EHCI support for OMAP3 and later chips"
        depends on ARCH_OMAP
+       select NOP_USB_XCEIV
        default y
        ---help---
          Enables support for the on-chip EHCI controller on
          OMAP3 and later chips.
-         If your system uses a PHY on the USB port, you will need to
-         enable USB_PHY and the appropriate PHY driver as well. Most
-         boards need the NOP_USB_XCEIV PHY driver.
 
 config USB_EHCI_HCD_ORION
        tristate  "Support for Marvell EBU on-chip EHCI USB controller"