diff options
author | Kelvin Cheung <keguang.zhang@gmail.com> | 2012-01-18 14:41:16 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2012-01-24 15:28:02 -0800 |
commit | f30cdbcb2e6a7b9cdebe2117a7b623a5b3832a75 (patch) | |
tree | 2d19d0f8bc4be83cfb7e8b4af20c4465b5854e3e /drivers/usb/Kconfig | |
parent | 761bbcb74e4611414937ea480ba60bb970648755 (diff) | |
download | talos-obmc-linux-f30cdbcb2e6a7b9cdebe2117a7b623a5b3832a75.tar.gz talos-obmc-linux-f30cdbcb2e6a7b9cdebe2117a7b623a5b3832a75.zip |
USB: Add EHCI bus glue for Loongson1x SoCs (UPDATED)
Use ehci_setup() in ehci_ls1x_reset().
The Loongson1x SoCs have a built-in EHCI controller.
This patch adds the necessary glue code to make the generic EHCI
driver usable for them.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 75823a1abeb6..0b0afc81a542 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -76,6 +76,7 @@ config USB_ARCH_HAS_EHCI default y if MICROBLAZE default y if SPARC_LEON default y if ARCH_MMP + default y if MACH_LOONGSON1 default PCI # some non-PCI HCDs implement xHCI |