aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-08-08 07:17:52 -0400
committerRalf Baechle <ralf@linux-mips.org>2013-09-04 10:56:43 -0400
commit2b9dbb15a9d4c7b8f87f98aa770f68fb60a7b170 (patch)
tree7f7f426d2fc29bc45304c4be56e9c30267fea903
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>
-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
29 29
30 config SOC_MT7620 30 config SOC_MT7620
31 bool "MT7620" 31 bool "MT7620"
32 select USB_ARCH_HAS_OHCI
33 select USB_ARCH_HAS_EHCI
32 34
33endchoice 35endchoice
34 36