summaryrefslogtreecommitdiff
path: root/arch/mips/ralink
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-08-08 13:17:52 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-09-04 16:56:43 +0200
commit2b9dbb15a9d4c7b8f87f98aa770f68fb60a7b170 (patch)
tree7f7f426d2fc29bc45304c4be56e9c30267fea903 /arch/mips/ralink
parent538e0daa0d5142fbd3b744e0be7a01f406efae40 (diff)
MIPS: ralink: mt7620: This SoC has EHCI and OHCI hosts
Select the the EHCI and OHCI symbols. Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5675/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink')
-rw-r--r--arch/mips/ralink/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig
index c528d0cf5add..5f5dad26c13d 100644
--- a/arch/mips/ralink/Kconfig
+++ b/arch/mips/ralink/Kconfig
@@ -29,6 +29,8 @@ choice
config SOC_MT7620
bool "MT7620"
+ select USB_ARCH_HAS_OHCI
+ select USB_ARCH_HAS_EHCI
endchoice