usb: phy: fix Kconfig warning
authorFelipe Balbi <balbi@ti.com>
Mon, 28 Jan 2013 08:20:47 +0000 (10:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Jan 2013 15:33:07 +0000 (07:33 -0800)
commit6992819feb39cb9adac72170555d957d07f869f2
tree5838955c5606c8324a616d9a8ef2044b6cad0b59
parent3b2ab2b84c68fb92accbc735927bc8221e4de973
usb: phy: fix Kconfig warning

Recent commits introduced the following
Kconfig warning:

warning: (USB_MUSB_HDRC && OMAP_USB3) selects \
OMAP_CONTROL_USB which has unmet direct \
dependencies (USB_SUPPORT && ARCH_OMAP2PLUS)

This patch just fixes it, by removing the
unnecessary OMAP dependency.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/Kconfig