Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1config USB_BDC_UDC
2 tristate "Broadcom USB3.0 device controller IP driver(BDC)"
3 depends on USB_GADGET && HAS_DMA
4 default ARCH_BRCMSTB
5
6 help
7 BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP
8 then select this driver.
9
10 Say "y" here to link the driver statically, or "m" to build a dynamically
11 linked module called "bdc".
12
13if USB_BDC_UDC
14
15comment "Platform Support"
16config USB_BDC_PCI
17 tristate "BDC support for PCIe based platforms"
18 depends on USB_PCI
19 default USB_BDC_UDC
20 help
21 Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
22endif