GNU Linux-libre 4.14.290-gnu1
[releases.git] / drivers / usb / gadget / udc / bdc / Kconfig
1 config 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
13 if USB_BDC_UDC
14
15 comment "Platform Support"
16 config  USB_BDC_PCI
17         tristate "BDC support for PCIe based platforms"
18         depends on USB_PCI && BROKEN
19         default USB_BDC_UDC
20         help
21                 Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
22 endif