Commit 88650d62 authored by Roger Quadros's avatar Roger Quadros Committed by Felipe Balbi

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: default avatarRoger Quadros <rogerq@ti.com>
Tested-by: default avatarAdrien Vergé <adrienverge@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 052a11d1
...@@ -148,13 +148,11 @@ config USB_EHCI_MXC ...@@ -148,13 +148,11 @@ config USB_EHCI_MXC
config USB_EHCI_HCD_OMAP config USB_EHCI_HCD_OMAP
tristate "EHCI support for OMAP3 and later chips" tristate "EHCI support for OMAP3 and later chips"
depends on ARCH_OMAP depends on ARCH_OMAP
select NOP_USB_XCEIV
default y default y
---help--- ---help---
Enables support for the on-chip EHCI controller on Enables support for the on-chip EHCI controller on
OMAP3 and later chips. 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 config USB_EHCI_HCD_ORION
tristate "Support for Marvell EBU on-chip EHCI USB controller" tristate "Support for Marvell EBU on-chip EHCI USB controller"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment