# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_USB_BDC_UDC[0m tristate "Broadcom USB3.0 device controller IP driver(BDC)" depends on [31mCONFIG_USB_GADGET[0m && [31mCONFIG_HAS_DMA[0m default [31mCONFIG_ARCH_BRCMSTB[0m help BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP then select this driver. Say "y" here to link the driver statically, or "m" to build a dynamically linked module called "bdc". if [31mCONFIG_USB_BDC_UDC[0m comment "Platform Support" config [31mCONFIG_USB_BDC_PCI[0m tristate "BDC support for PCIe based platforms" depends on [31mCONFIG_USB_PCI[0m default [31mCONFIG_USB_BDC_UDC[0m help Enable support for platforms which have BDC connected through PCIe, such as Lego3 [31mCONFIG_FPGA[0m platform. endif |