diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-13 04:54:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 19:58:19 -0400 |
commit | 90e6ca5cda8a38b7bb53660e67eff0845c0abe3f (patch) | |
tree | dd55be04d3d14ebc717c033dcda244b3fa6bad05 /arch/mips | |
parent | 2f7ac6c199978d0a0e407a12534201aa675a6482 (diff) |
USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCs
The Atheros AR71XX/AR7240 SoCs have a built-in OHCI controller.
This patch adds the necessary glue code to make the generic OHCI
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ath79/Kconfig b/arch/mips/ath79/Kconfig index 649a2a3bde78..47707410582c 100644 --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig | |||
@@ -27,10 +27,12 @@ endmenu | |||
27 | 27 | ||
28 | config SOC_AR71XX | 28 | config SOC_AR71XX |
29 | select USB_ARCH_HAS_EHCI | 29 | select USB_ARCH_HAS_EHCI |
30 | select USB_ARCH_HAS_OHCI | ||
30 | def_bool n | 31 | def_bool n |
31 | 32 | ||
32 | config SOC_AR724X | 33 | config SOC_AR724X |
33 | select USB_ARCH_HAS_EHCI | 34 | select USB_ARCH_HAS_EHCI |
35 | select USB_ARCH_HAS_OHCI | ||
34 | def_bool n | 36 | def_bool n |
35 | 37 | ||
36 | config SOC_AR913X | 38 | config SOC_AR913X |