Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) | Kconfig (cae8dc3b685fb24f61f09b7197c6a383a66cff2c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 |
|
1config USB_BDC_UDC 2 tristate "Broadcom USB3.0 device controller IP driver(BDC)" 3 depends on USB_GADGET && HAS_DMA 4 default ARCH_BRCMSTB 5 6 help 7 BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP 8 then select this driver. --- 14 unchanged lines hidden --- | 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. --- 14 unchanged lines hidden --- |