Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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
5         help
6         BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP
7         then select this driver.
8
9         Say "y" here to link the driver statically, or "m" to build a dynamically
10         linked module called "bdc".
11
12 if USB_BDC_UDC
13
14 comment "Platform Support"
15 config  USB_BDC_PCI
16         tristate "BDC support for PCIe based platforms"
17         depends on PCI
18         default USB_BDC_UDC
19         help
20                 Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
21 endif