* [11/20] usb: gadget: udc: Remove USB_GADGET_DUALSPEED select
@ 2018-02-05 1:21 Ulf Magnusson
0 siblings, 0 replies; only message in thread
From: Ulf Magnusson @ 2018-02-05 1:21 UTC (permalink / raw)
To: linux-kernel
Cc: linux-kbuild, tfiga, paul.burton, m.szyprowski, egtvedt,
linus.walleij, vgupta, mgorman, hch, mina86, robh, sboyd, paulus,
will.deacon, tony, npiggin, yamada.masahiro, Ulf Magnusson,
Felipe Balbi, Greg Kroah-Hartman, Raviteja Garimella,
Geert Uytterhoeven, Yoshihiro Shimoda, Randy Dunlap, yuan linyu,
Cristian Birsan, linux-usb
USB_GADGET_DUALSPEED was removed by commit 85b8614d7223 ("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 <ulfalizer@gmail.com>
---
drivers/usb/gadget/udc/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/gadget/udc/Kconfig b/drivers/usb/gadget/udc/Kconfig
index 1e9567091d86..0875d38476ee 100644
--- a/drivers/usb/gadget/udc/Kconfig
+++ b/drivers/usb/gadget/udc/Kconfig
@@ -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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-02-05 1:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-05 1:21 [11/20] usb: gadget: udc: Remove USB_GADGET_DUALSPEED select Ulf Magnusson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).