summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/bdc/Kconfig
diff options
context:
space:
mode:
authorAl Cooper <alcooperx@gmail.com>2021-01-15 16:31:42 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-01-18 18:36:31 +0100
commit7766cafea0eca6a7cc0ffc947bc95be19295575f (patch)
treee1ff907c3b9a30ae26d4430077c0558d52f68ca9 /drivers/usb/gadget/udc/bdc/Kconfig
parent2e559638f729dc00322ef08b7f8dab40627de905 (diff)
downloadlinux-7766cafea0eca6a7cc0ffc947bc95be19295575f.tar.bz2
usb: bdc: Remove the BDC PCI driver
The BDC PCI driver was only used for design verification with an PCI/FPGA board. The board no longer exists and is not in use anywhere. All instances of this core now exist as a memory mapped device on the platform bus. NOTE: This only removes the PCI driver and does not remove the platform driver. Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Al Cooper <alcooperx@gmail.com> Link: https://lore.kernel.org/r/20210115213142.35003-1-alcooperx@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/udc/bdc/Kconfig')
-rw-r--r--drivers/usb/gadget/udc/bdc/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/usb/gadget/udc/bdc/Kconfig b/drivers/usb/gadget/udc/bdc/Kconfig
index 3e88c7670b2e..8bedb7f64eba 100644
--- a/drivers/usb/gadget/udc/bdc/Kconfig
+++ b/drivers/usb/gadget/udc/bdc/Kconfig
@@ -11,14 +11,3 @@ config USB_BDC_UDC
Say "y" here to link the driver statically, or "m" to build a dynamically
linked module called "bdc".
-
-if USB_BDC_UDC
-
-comment "Platform Support"
-config USB_BDC_PCI
- tristate "BDC support for PCIe based platforms"
- depends on USB_PCI
- default USB_BDC_UDC
- help
- Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
-endif