aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2012-01-13 12:19:06 -0500
committerFelipe Balbi <balbi@ti.com>2012-01-24 08:43:08 -0500
commita37670b1c0f5dee021e451130653936742233457 (patch)
treedb1212e544f03237e60776056b71e8237bf889f1 /drivers/usb/otg
parent7983bc74fc0bc91f026c7ba0654b08073d843657 (diff)
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: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/otg')
-rw-r--r--drivers/usb/otg/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig
index 9105c285f594..76d629345418 100644
--- a/drivers/usb/otg/Kconfig
+++ b/drivers/usb/otg/Kconfig
@@ -110,7 +110,7 @@ config AB8500_USB
110 110
111config FSL_USB2_OTG 111config FSL_USB2_OTG
112 bool "Freescale USB OTG Transceiver Driver" 112 bool "Freescale USB OTG Transceiver Driver"
113 depends on USB_EHCI_FSL && USB_GADGET_FSL_USB2 113 depends on USB_EHCI_FSL && USB_GADGET_FSL_USB2 && USB_SUSPEND
114 select USB_OTG 114 select USB_OTG
115 select USB_OTG_UTILS 115 select USB_OTG_UTILS
116 help 116 help
@@ -118,7 +118,7 @@ config FSL_USB2_OTG
118 118
119config USB_MV_OTG 119config USB_MV_OTG
120 tristate "Marvell USB OTG support" 120 tristate "Marvell USB OTG support"
121 depends on USB_MV_UDC 121 depends on 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