diff options
author | John Crispin <blogic@openwrt.org> | 2013-08-08 15:17:52 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-04 18:56:43 +0400 |
commit | 2b9dbb15a9d4c7b8f87f98aa770f68fb60a7b170 (patch) | |
tree | 7f7f426d2fc29bc45304c4be56e9c30267fea903 /arch/mips/ralink/Kconfig | |
parent | 538e0daa0d5142fbd3b744e0be7a01f406efae40 (diff) | |
download | linux-2b9dbb15a9d4c7b8f87f98aa770f68fb60a7b170.tar.xz |
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/Kconfig')
-rw-r--r-- | arch/mips/ralink/Kconfig | 2 |
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 |