Kconfig 621 B

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