aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
authorJan Andersson <jan@gaisler.com>2011-05-03 14:11:58 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-03 14:43:48 -0400
commit9be0392989306361d4a63a06a8ee281efbead548 (patch)
treef2dab853430cbdb78b5a639031ebfa6ea5c2479f /drivers/usb/Kconfig
parentc430131a02d677aa708f56342c1565edfdacb3c0 (diff)
USB: EHCI: Add bus glue for GRLIB GRUSBHC controller
This patch adds support for the GRLIB GRUSBHC EHCI controller from Aeroflex Gaisler. The controller is typically found on LEON/GRLIB SoCs. Tested on GR-LEON4-ITX with with little endian interface and on LEON3 system on GR-PCI-XC5V development board for big endian controller. Signed-off-by: Jan Andersson <jan@gaisler.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 a1b3750cadb3..48f1781352f1 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -68,6 +68,7 @@ config USB_ARCH_HAS_EHCI
68 default y if PLAT_S5P 68 default y if PLAT_S5P
69 default y if ARCH_MSM 69 default y if ARCH_MSM
70 default y if MICROBLAZE 70 default y if MICROBLAZE
71 default y if SPARC_LEON
71 default PCI 72 default PCI
72 73
73# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 74# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.