aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2009-07-27 17:47:40 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-23 09:46:30 -0400
commit501c9c0802d9fee05efb300de06c8b3d04f17458 (patch)
tree2e4af8a74eb68defe90e359aaea1813aaae27c34 /drivers/usb/Kconfig
parentc0ad7291aae3f76920bdddbc517e20b8d4338ec2 (diff)
USB: at91: Add USB EHCI driver for at91sam9g45 series
Add host USB High speed driver for at91sam9g45 series. The host driver is an EHCI with its companion OHCI. EHCI is handled by the new ehci-atmel.c whereas the OHCI is always handled by ohci-at91.c. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 93cee3e5ca58..ebd7237230e3 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -60,6 +60,7 @@ config USB_ARCH_HAS_EHCI
60 default y if SOC_AU1200 60 default y if SOC_AU1200
61 default y if ARCH_IXP4XX 61 default y if ARCH_IXP4XX
62 default y if ARCH_W90X900 62 default y if ARCH_W90X900
63 default y if ARCH_AT91SAM9G45
63 default PCI 64 default PCI
64 65
65# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 66# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.