linux/drivers/usb/gadget/udc/bdc/Kconfig
<<
>>
Prefs
   1config 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
  12if USB_BDC_UDC
  13
  14comment "Platform Support"
  15config  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.
  21endif
  22