aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/gadget
diff options
context:
space:
mode:
authorHans-Christian Noren Egtvedt <egtvedt@samfundet.no>2018-10-20 12:39:09 +0200
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>2022-08-03 11:11:26 +0200
commit93dd2f713ad23f0e8ba0fedf94fabc215bbb8418 (patch)
tree9c0454ecee4141ff29c77889dc1725800fc64fcc /drivers/usb/gadget
parentsound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driver (diff)
downloadwireguard-linux-93dd2f713ad23f0e8ba0fedf94fabc215bbb8418.tar.xz
wireguard-linux-93dd2f713ad23f0e8ba0fedf94fabc215bbb8418.zip
usb:udc: remove reference to AVR32 architecture in Atmel USBA Kconfig
The AVR32 architecture does no longer exist in the Linux kernel, hence remove a reference to it in Kconfig help text to avoid confusion. Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r--drivers/usb/gadget/udc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/udc/Kconfig b/drivers/usb/gadget/udc/Kconfig
index 69394dc1cdfb..53cd4654e055 100644
--- a/drivers/usb/gadget/udc/Kconfig
+++ b/drivers/usb/gadget/udc/Kconfig
@@ -59,8 +59,8 @@ config USB_ATMEL_USBA
tristate "Atmel USBA"
depends on ARCH_AT91
help
- USBA is the integrated high-speed USB Device controller on
- the AT32AP700x, some AT91SAM9 and AT91CAP9 processors from Atmel.
+ USBA is the integrated high-speed USB Device controller on some
+ AT91SAM9 and AT91CAP9 processors from Atmel.
The fifo_mode parameter is used to select endpoint allocation mode.
fifo_mode = 0 is used to let the driver autoconfigure the endpoints.