diff options
author | Neil Zhang <zhangwm@marvell.com> | 2012-01-29 22:44:23 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-02 15:46:35 -0500 |
commit | ed2833ac7ee86ee00f6dd3085a32752209fd8b6e (patch) | |
tree | 0607f87c194f5336fe96bcb668051b632911483e /drivers/usb | |
parent | c0ca9bc508c1d8d612863c2481f28168e517da7d (diff) |
usb: otg: mv_otg: Add dependence
This otg driver depends on marvell EHCI driver, so add the dependence.
It can fix the following build error on i386:
ERROR: "usb_remove_hcd" [drivers/usb/otg/mv_otg.ko] undefined!
ERROR: "usb_add_hcd" [drivers/usb/otg/mv_otg.ko] undefined!
Signed-off-by: Neil Zhang <zhangwm@marvell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/otg/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig index 76d629345418..735ef4c2339a 100644 --- a/drivers/usb/otg/Kconfig +++ b/drivers/usb/otg/Kconfig | |||
@@ -118,7 +118,7 @@ config FSL_USB2_OTG | |||
118 | 118 | ||
119 | config USB_MV_OTG | 119 | config USB_MV_OTG |
120 | tristate "Marvell USB OTG support" | 120 | tristate "Marvell USB OTG support" |
121 | depends on USB_MV_UDC && USB_SUSPEND | 121 | depends on USB_EHCI_MV && USB_MV_UDC && USB_SUSPEND |
122 | select USB_OTG | 122 | select USB_OTG |
123 | select USB_OTG_UTILS | 123 | select USB_OTG_UTILS |
124 | help | 124 | help |