ralink: fix c&p error in gpio driver
[openwrt.git] / target / linux / ramips / patches-3.10 / 0017-MIPS-ralink-mt7620-this-SoC-has-ehci-and-ohci-hosts.patch
1 From c16c0b66594cb0be44e150dbe3fda747817b873d Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Sun, 28 Jul 2013 17:50:53 +0200
4 Subject: [PATCH 17/25] MIPS: ralink: mt7620: this SoC has ehci and ohci hosts
5
6 Select the the EHCI and OHCI symbols.
7
8 Signed-off-by: John Crispin <blogic@openwrt.org>
9 ---
10  arch/mips/ralink/Kconfig |    2 ++
11  1 file changed, 2 insertions(+)
12
13 --- a/arch/mips/ralink/Kconfig
14 +++ b/arch/mips/ralink/Kconfig
15 @@ -29,6 +29,8 @@ choice
16  
17         config SOC_MT7620
18                 bool "MT7620"
19 +               select USB_ARCH_HAS_OHCI
20 +               select USB_ARCH_HAS_EHCI
21  
22  endchoice
23