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)
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

index 9bbedecb3371876a6212c2ff3130a711091089d7..65217a5900689028e68a61e28c8011fbc9cbbaea 100644 (file)
@@ -27,7 +27,6 @@ config OMAP_USB3
 
 config OMAP_CONTROL_USB
        tristate "OMAP CONTROL USB Driver"
-       depends on ARCH_OMAP2PLUS
        help
          Enable this to add support for the USB part present in the control
          module. This driver has API to power on the USB2 PHY and to write to
This page took 0.025425 seconds and 5 git commands to generate.