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>
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config USB_BDC_UDC
|
|
tristate "Broadcom USB3.0 device controller IP driver(BDC)"
|
|
depends on USB_GADGET && HAS_DMA
|
|
default ARCH_BRCMSTB
|
|
|
|
help
|
|
BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP
|
|
then select this driver.
|
|
|
|
Say "y" here to link the driver statically, or "m" to build a dynamically
|
|
linked module called "bdc".
|