1# SPDX-License-Identifier: GPL-2.0 2 3config USB_BDC_UDC 4 tristate "Broadcom USB3.0 device controller IP driver(BDC)" 5 depends on USB_GADGET && HAS_DMA 6 default ARCH_BRCMSTB 7 8 help 9 BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP 10 then select this driver. 11 12 Say "y" here to link the driver statically, or "m" to build a dynamically 13 linked module called "bdc". 14