diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:38 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:08:37 -0500 |
| commit | a9c3bce3626686efc9528c048e9296bb734d988c (patch) | |
| tree | bd54cd0124c52f9b672cde43725de58b543bbf14 /drivers | |
| parent | 08d01cda45d60af377e94fca05445d2fac232b8d (diff) | |
Convert CONFIG_USB_GADGET_AT91 to Kconfig
This converts the following to Kconfig:
CONFIG_USB_GADGET_AT91
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/gadget/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index e8da73c7886..e120efeb007 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -82,6 +82,10 @@ config USB_GADGET_BCM_UDC_OTG_PHY help Enable the Broadcom UDC OTG physical device interface. +config USB_GADGET_AT91 + bool "Atmel AT91 USB Gadget Controller" + depends on ARCH_AT91 + config USB_GADGET_DWC2_OTG bool "DesignWare USB2.0 HS OTG controller (gadget mode)" select USB_GADGET_DUALSPEED |
