This patch introduces the main part of Cadence USBHS driver to Linux kernel. To reduce the patch size a little bit, the header file gadget.h was intentionally added as separate patch. The Cadence USB 2.0 Controller is a highly configurable IP Core which supports both full and high speed data transfer. The current driver has been validated with FPGA platform. We have support for PCIe bus, which is used on FPGA prototyping. Signed-off-by: Pawel Laszczak <pawell@cadence.com> Message-ID: <20230602102644.77470-3-pawell@cadence.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
438 B
Text
11 lines
438 B
Text
config USB_CDNS2_UDC
|
|
tristate "Cadence USBHS Device Controller"
|
|
depends on USB_PCI && ACPI && HAS_DMA
|
|
help
|
|
Cadence USBHS Device controller is a PCI based USB peripheral
|
|
controller which supports both full and high speed USB 2.0
|
|
data transfers.
|
|
|
|
Say "y" to link the driver statically, or "m" to build a
|
|
dynamically linked module called "cdns2-udc-pci.ko" and to
|
|
force all gadget drivers to also be dynamically linked.
|