usb: gadget: mv_u3d: remove outdated selects
authorFelipe Balbi <balbi@ti.com>
Fri, 22 Mar 2013 07:12:23 +0000 (09:12 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 22 Mar 2013 07:12:23 +0000 (09:12 +0200)
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>
drivers/usb/gadget/Kconfig

index 7ad108a3555d4129c2719ec2fbe5d7319f3bc0b7..af5cc35063d924ca7519dd0569195b8e152ac633 100644 (file)
@@ -325,8 +325,6 @@ config USB_MV_UDC
 config USB_MV_U3D
        tristate "MARVELL PXA2128 USB 3.0 controller"
        depends on CPU_MMP3
-       select USB_GADGET_DUALSPEED
-       select USB_GADGET_SUPERSPEED
        help
          MARVELL PXA2128 Processor series include a super speed USB3.0 device
          controller, which support super speed USB peripheral.
This page took 0.025164 seconds and 5 git commands to generate.