xref: /openbmc/linux/drivers/usb/gadget/udc/bdc/Kconfig (revision b7019ac5)
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
15if USB_BDC_UDC
16
17comment "Platform Support"
18config	USB_BDC_PCI
19	tristate "BDC support for PCIe based platforms"
20	depends on USB_PCI
21	default USB_BDC_UDC
22	help
23		Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
24endif
25