Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed2833ac authored by Neil Zhang's avatar Neil Zhang Committed by Greg Kroah-Hartman
Browse files

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: default avatarNeil Zhang <zhangwm@marvell.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c0ca9bc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ config FSL_USB2_OTG

config USB_MV_OTG
	tristate "Marvell USB OTG support"
	depends on USB_MV_UDC && USB_SUSPEND
	depends on USB_EHCI_MV && USB_MV_UDC && USB_SUSPEND
	select USB_OTG
	select USB_OTG_UTILS
	help