Browse Source

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>
John Crispin 12 years ago
parent
commit
2b9dbb15a9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/mips/ralink/Kconfig

+ 2 - 0
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