Kconfig 585 B

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