summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/Kconfig
diff options
context:
space:
mode:
authorPawel Laszczak <pawell@cadence.com>2023-06-02 13:26:42 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-13 12:59:29 +0300
commit3eb1f1efe2045e7083048f4cc4257d0df51899b8 (patch)
tree116cbbf05e72bd4ac6f82ff2535cc6cf069922b0 /drivers/usb/gadget/udc/Kconfig
parent0ca2026eea104adc1d0d356bca35915a1ab6e3e9 (diff)
downloadlinux-3eb1f1efe2045e7083048f4cc4257d0df51899b8.tar.xz
usb: cdns2: Add main part of Cadence USBHS driver
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>
Diffstat (limited to 'drivers/usb/gadget/udc/Kconfig')
-rw-r--r--drivers/usb/gadget/udc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/gadget/udc/Kconfig b/drivers/usb/gadget/udc/Kconfig
index 83cae6bb12eb..aae1787320d4 100644
--- a/drivers/usb/gadget/udc/Kconfig
+++ b/drivers/usb/gadget/udc/Kconfig
@@ -463,6 +463,8 @@ config USB_ASPEED_UDC
source "drivers/usb/gadget/udc/aspeed-vhub/Kconfig"
+source "drivers/usb/gadget/udc/cdns2/Kconfig"
+
#
# LAST -- dummy/emulated controller
#