aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-04-05 16:15:25 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-06-02 10:08:09 -0400
commit7c8cf66529ebf95f1a5f34d1b69504d442b42630 (patch)
tree13e3fce73a8ab3fafe1b813e2721795cb50da097 /arch/arm/configs
parent53d7168026a440c4cba25468a3d926ddd7ab030a (diff)
[ARM] 4934/1: AT91CAP9 UDPHS driver: board and cpu integration.
This is patch 2 of 2 adding support for the USB High Speed Device Port on the AT91CAP9 system on chip. The AT91CAP9 uses the same UDPHS IP as the AVR32 and the AT91SAM9RL. This patch declares the UDPHS ressources in the at91cap9 (cpu and adk board) files, wires up the atmel_usba_udc driver to them, and activates the driver in the defconfig. Signed-off-by: Stelian Pop <stelian@popies.net> Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Acked-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/at91cap9adk_defconfig27
1 files changed, 26 insertions, 1 deletions
diff --git a/arch/arm/configs/at91cap9adk_defconfig b/arch/arm/configs/at91cap9adk_defconfig
index e32e7364812..39ca662c079 100644
--- a/arch/arm/configs/at91cap9adk_defconfig
+++ b/arch/arm/configs/at91cap9adk_defconfig
@@ -907,7 +907,32 @@ CONFIG_USB_MON=y
907# 907#
908# USB Gadget Support 908# USB Gadget Support
909# 909#
910# CONFIG_USB_GADGET is not set 910CONFIG_USB_GADGET=y
911# CONFIG_USB_GADGET_DEBUG is not set
912# CONFIG_USB_GADGET_DEBUG_FILES is not set
913CONFIG_USB_GADGET_SELECTED=y
914# CONFIG_USB_GADGET_AMD5536UDC is not set
915CONFIG_USB_GADGET_ATMEL_USBA=y
916CONFIG_USB_ATMEL_USBA=y
917# CONFIG_USB_GADGET_FSL_USB2 is not set
918# CONFIG_USB_GADGET_NET2280 is not set
919# CONFIG_USB_GADGET_PXA2XX is not set
920# CONFIG_USB_GADGET_M66592 is not set
921# CONFIG_USB_GADGET_GOKU is not set
922# CONFIG_USB_GADGET_LH7A40X is not set
923# CONFIG_USB_GADGET_OMAP is not set
924# CONFIG_USB_GADGET_S3C2410 is not set
925# CONFIG_USB_GADGET_AT91 is not set
926# CONFIG_USB_GADGET_DUMMY_HCD is not set
927CONFIG_USB_GADGET_DUALSPEED=y
928# CONFIG_USB_ZERO is not set
929CONFIG_USB_ETH=m
930CONFIG_USB_ETH_RNDIS=y
931# CONFIG_USB_GADGETFS is not set
932CONFIG_USB_FILE_STORAGE=m
933# CONFIG_USB_FILE_STORAGE_TEST is not set
934# CONFIG_USB_G_SERIAL is not set
935# CONFIG_USB_MIDI_GADGET is not set
911CONFIG_MMC=y 936CONFIG_MMC=y
912# CONFIG_MMC_DEBUG is not set 937# CONFIG_MMC_DEBUG is not set
913# CONFIG_MMC_UNSAFE_RESUME is not set 938# CONFIG_MMC_UNSAFE_RESUME is not set