xref: /openbmc/linux/drivers/usb/gadget/udc/bdc/Kconfig (revision 3f8b1219)
1efed421aSAshwini Pahujaconfig USB_BDC_UDC
2efed421aSAshwini Pahuja	tristate "Broadcom USB3.0 device controller IP driver(BDC)"
3efed421aSAshwini Pahuja	depends on USB_GADGET && HAS_DMA
43f8b1219SAl Cooper	default ARCH_BRCMSTB
5efed421aSAshwini Pahuja
6efed421aSAshwini Pahuja	help
7efed421aSAshwini Pahuja	BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP
8efed421aSAshwini Pahuja	then select this driver.
9efed421aSAshwini Pahuja
10efed421aSAshwini Pahuja	Say "y" here to link the driver statically, or "m" to build a dynamically
11efed421aSAshwini Pahuja	linked module called "bdc".
12efed421aSAshwini Pahuja
13efed421aSAshwini Pahujaif USB_BDC_UDC
14efed421aSAshwini Pahuja
15efed421aSAshwini Pahujacomment "Platform Support"
16efed421aSAshwini Pahujaconfig	USB_BDC_PCI
17efed421aSAshwini Pahuja	tristate "BDC support for PCIe based platforms"
182c93e790Syuan linyu	depends on USB_PCI
19efed421aSAshwini Pahuja	default USB_BDC_UDC
20efed421aSAshwini Pahuja	help
21efed421aSAshwini Pahuja		Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
22efed421aSAshwini Pahujaendif
23