diff options
author | Felipe Balbi <balbi@ti.com> | 2013-01-28 03:20:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-29 10:33:07 -0500 |
commit | 6992819feb39cb9adac72170555d957d07f869f2 (patch) | |
tree | 5838955c5606c8324a616d9a8ef2044b6cad0b59 /drivers/usb/phy | |
parent | 3b2ab2b84c68fb92accbc735927bc8221e4de973 (diff) |
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>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r-- | drivers/usb/phy/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 9bbedecb3371..65217a590068 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig | |||
@@ -27,7 +27,6 @@ config OMAP_USB3 | |||
27 | 27 | ||
28 | config OMAP_CONTROL_USB | 28 | config OMAP_CONTROL_USB |
29 | tristate "OMAP CONTROL USB Driver" | 29 | tristate "OMAP CONTROL USB Driver" |
30 | depends on ARCH_OMAP2PLUS | ||
31 | help | 30 | help |
32 | Enable this to add support for the USB part present in the control | 31 | Enable this to add support for the USB part present in the control |
33 | module. This driver has API to power on the USB2 PHY and to write to | 32 | module. This driver has API to power on the USB2 PHY and to write to |