Skip to content

Commit

Permalink
usb: gadget: udc: Remove USB_GADGET_DUALSPEED select
Browse files Browse the repository at this point in the history
USB_GADGET_DUALSPEED was removed by commit 85b8614 ("usb: gadget:
get rid of USB_GADGET_{DUAL,SUPER}SPEED"), but the USB_SNP_UDC_PLAT
symbol still selects it.

Remove the USB_GADGET_DUALSPEED select from USB_SNP_UDC_PLAT.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.

Signed-off-by: Ulf Magnusson <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
  • Loading branch information
ulfalizer authored and Felipe Balbi committed Feb 12, 2018
1 parent b16ea8b commit 20bf410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/gadget/udc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ config USB_SNP_UDC_PLAT
tristate "Synopsys USB 2.0 Device controller"
depends on USB_GADGET && OF && HAS_DMA
depends on EXTCON || EXTCON=n
select USB_GADGET_DUALSPEED
select USB_SNP_CORE
default ARCH_BCM_IPROC
help
Expand Down

0 comments on commit 20bf410

Please sign in to comment.