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

Commit a37670b1 authored by Fabio Estevam's avatar Fabio Estevam Committed by Felipe Balbi
Browse files

drivers: usb: otg: Fix dependencies for some OTG drivers



Fix the following build warning:

warning: (USB_LANGWELL_OTG && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && EXPERIMENTAL && USB_SUSPEND)

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 7983bc74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ config AB8500_USB

config FSL_USB2_OTG
	bool "Freescale USB OTG Transceiver Driver"
	depends on USB_EHCI_FSL && USB_GADGET_FSL_USB2
	depends on USB_EHCI_FSL && USB_GADGET_FSL_USB2 && USB_SUSPEND
	select USB_OTG
	select USB_OTG_UTILS
	help
@@ -118,7 +118,7 @@ config FSL_USB2_OTG

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