From: John Crispin Date: Thu, 8 Aug 2013 11:17:52 +0000 (+0200) Subject: MIPS: ralink: mt7620: This SoC has EHCI and OHCI hosts X-Git-Tag: v3.12-rc1~21^2~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2b9dbb15a9d4c7b8f87f98aa770f68fb60a7b170;p=linux.git MIPS: ralink: mt7620: This SoC has EHCI and OHCI hosts Select the the EHCI and OHCI symbols. Signed-off-by: John Crispin Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5675/ Signed-off-by: Ralf Baechle --- 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