Skip to content

Commit 93dd2f7

Browse files
committed
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>
1 parent 0a2fd17 commit 93dd2f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/usb/gadget/udc/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ config USB_ATMEL_USBA
5959
tristate "Atmel USBA"
6060
depends on ARCH_AT91
6161
help
62-
USBA is the integrated high-speed USB Device controller on
63-
the AT32AP700x, some AT91SAM9 and AT91CAP9 processors from Atmel.
62+
USBA is the integrated high-speed USB Device controller on some
63+
AT91SAM9 and AT91CAP9 processors from Atmel.
6464

6565
The fifo_mode parameter is used to select endpoint allocation mode.
6666
fifo_mode = 0 is used to let the driver autoconfigure the endpoints.

0 commit comments

Comments
 (0)