diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-13 04:54:22 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 19:57:44 -0400 |
commit | 502fa84195f47a79d7220470ebaa85a773659755 (patch) | |
tree | 389cf79ef65632f8c8a9dc16d8b1bad265410c35 /arch/mips | |
parent | 01da92f7f6436c6c29c11490c7fcdb20fb6c46b8 (diff) |
USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCs
The Atheros AR71XX/AR91XX 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: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/ath79/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/ath79/Kconfig b/arch/mips/ath79/Kconfig index b05828260f7f..649a2a3bde78 100644 --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig | |||
@@ -26,12 +26,15 @@ config ATH79_MACH_PB44 | |||
26 | endmenu | 26 | endmenu |
27 | 27 | ||
28 | config SOC_AR71XX | 28 | config SOC_AR71XX |
29 | select USB_ARCH_HAS_EHCI | ||
29 | def_bool n | 30 | def_bool n |
30 | 31 | ||
31 | config SOC_AR724X | 32 | config SOC_AR724X |
33 | select USB_ARCH_HAS_EHCI | ||
32 | def_bool n | 34 | def_bool n |
33 | 35 | ||
34 | config SOC_AR913X | 36 | config SOC_AR913X |
37 | select USB_ARCH_HAS_EHCI | ||
35 | def_bool n | 38 | def_bool n |
36 | 39 | ||
37 | config ATH79_DEV_AR913X_WMAC | 40 | config ATH79_DEV_AR913X_WMAC |