diff options
author | Felipe Balbi <balbi@ti.com> | 2013-03-07 11:31:18 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 11:18:08 +0200 |
commit | fd891498751f53dda3733d9e9ff8a1f6ea16c5e5 (patch) | |
tree | f0bbbaaaa602d2f2e660963cd8d3f89cd39db619 /drivers/usb/host | |
parent | a948712d2a064be5f928f37d137e9d14b48cc94f (diff) | |
download | linux-3.10-fd891498751f53dda3733d9e9ff8a1f6ea16c5e5.tar.gz linux-3.10-fd891498751f53dda3733d9e9ff8a1f6ea16c5e5.tar.bz2 linux-3.10-fd891498751f53dda3733d9e9ff8a1f6ea16c5e5.zip |
usb: phy: remove CONFIG_USB_OTG_UTILS
there are no more users of CONFIG_USB_OTG_UTILS
left in tree, we can remove it just fine.
[ kishon@ti.com : fixed a linking error due
to original patch forgetting to change
drivers/usb/Makefile ]
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index c59a1126926..ba1347ccb9d 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -300,7 +300,6 @@ config USB_OHCI_HCD tristate "OHCI HCD support" depends on USB && USB_ARCH_HAS_OHCI select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 - select USB_OTG_UTILS if ARCH_OMAP depends on USB_ISP1301 || !ARCH_LPC32XX ---help--- The Open Host Controller Interface (OHCI) is a standard for accessing |