aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-03-22 03:12:23 -0400
committerFelipe Balbi <balbi@ti.com>2013-03-22 03:12:23 -0400
commitaf593da481aec9ce1fba8aef3ee1a2b868744968 (patch)
tree6666a87520c449fac450e30a762cb8fb6f22a288
parenta10713a59af2da6b80d9cad398fdd4f6d23a202c (diff)
usb: gadget: mv_u3d: remove outdated selects
USB_GADGET_{DUAL,SUPER}SPEED symbols have been removed by commit 85b8614 (usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED), for some reason mv_u3d_core was lost. Remove those selects now. Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r--drivers/usb/gadget/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 7ad108a3555d..af5cc35063d9 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -325,8 +325,6 @@ config USB_MV_UDC
325config USB_MV_U3D 325config USB_MV_U3D
326 tristate "MARVELL PXA2128 USB 3.0 controller" 326 tristate "MARVELL PXA2128 USB 3.0 controller"
327 depends on CPU_MMP3 327 depends on CPU_MMP3
328 select USB_GADGET_DUALSPEED
329 select USB_GADGET_SUPERSPEED
330 help 328 help
331 MARVELL PXA2128 Processor series include a super speed USB3.0 device 329 MARVELL PXA2128 Processor series include a super speed USB3.0 device
332 controller, which support super speed USB peripheral. 330 controller, which support super speed USB peripheral.