mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
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: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
683da59d7b
commit
aa3e8b4e71
@ -118,7 +118,7 @@ config FSL_USB2_OTG
|
|||||||
|
|
||||||
config USB_MV_OTG
|
config USB_MV_OTG
|
||||||
tristate "Marvell USB OTG support"
|
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
|
||||||
select USB_OTG_UTILS
|
select USB_OTG_UTILS
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user