diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-05-11 15:49:56 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-11 16:07:54 -0400 |
commit | 877d7720f5f67793b9b6027840d2c88ea25dc4c8 (patch) | |
tree | 7f906238239dba97f26e9e78da359b958436d7f5 /drivers/usb | |
parent | 9da7cf23a4f9690ceecfd0184cd050be564416f1 (diff) |
[ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors.
Add support for Atmel's new AT91SAM9RL range of processors.
Includes similar peripherals as other AT91SAM9 processors, but with a
High-speed USB controller and various sizes of internal SRAM.
Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com>
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 8065f2b53701..f771a7cae9ec 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -210,7 +210,7 @@ config USB_OTG | |||
210 | 210 | ||
211 | config USB_GADGET_AT91 | 211 | config USB_GADGET_AT91 |
212 | boolean "AT91 USB Device Port" | 212 | boolean "AT91 USB Device Port" |
213 | depends on ARCH_AT91 | 213 | depends on ARCH_AT91 && !ARCH_AT91SAM9RL |
214 | select USB_GADGET_SELECTED | 214 | select USB_GADGET_SELECTED |
215 | help | 215 | help |
216 | Many Atmel AT91 processors (such as the AT91RM2000) have a | 216 | Many Atmel AT91 processors (such as the AT91RM2000) have a |