mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 15:53:59 -04:00
a lot of embeded system SOC (e.g. freescale T2080) have both PCI and USB modules. But USB module is controlled by registers directly, it have no relationship with PCI module. when say N here it will not build PCI related code in USB driver. Signed-off-by: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22 lines
589 B
Plaintext
22 lines
589 B
Plaintext
config USB_BDC_UDC
|
|
tristate "Broadcom USB3.0 device controller IP driver(BDC)"
|
|
depends on USB_GADGET && HAS_DMA
|
|
|
|
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 USB_BDC_UDC
|
|
|
|
comment "Platform Support"
|
|
config USB_BDC_PCI
|
|
tristate "BDC support for PCIe based platforms"
|
|
depends on USB_PCI
|
|
default USB_BDC_UDC
|
|
help
|
|
Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
|
|
endif
|