Kconfig 383 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0
  2. config USB_BDC_UDC
  3. tristate "Broadcom USB3.0 device controller IP driver(BDC)"
  4. depends on USB_GADGET && HAS_DMA
  5. default ARCH_BRCMSTB
  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. Say "y" here to link the driver statically, or "m" to build a dynamically
  10. linked module called "bdc".