aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-01-27 09:39:02 +0100
committerRalf Baechle <ralf@linux-mips.org>2013-05-08 01:19:09 +0200
commit293840b9997f2c0509ca65a4e02cacc371cc628c (patch)
treebe7fe41dea19bc789efbb4d9116195c711176a60 /arch/mips/ralink/Kconfig
parentMIPS: ralink: adds support for RT2880 SoC family (diff)
downloadlinux-dev-293840b9997f2c0509ca65a4e02cacc371cc628c.tar.xz
linux-dev-293840b9997f2c0509ca65a4e02cacc371cc628c.zip
MIPS: ralink: adds support for RT3883 SoC family
Add support code for rt3883 SOC. The code detects the SoC and registers the clk / pinmux settings. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5185/
Diffstat (limited to 'arch/mips/ralink/Kconfig')
-rw-r--r--arch/mips/ralink/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig
index 6723b946bc10..ce57d3e67637 100644
--- a/arch/mips/ralink/Kconfig
+++ b/arch/mips/ralink/Kconfig
@@ -15,6 +15,11 @@ choice
select USB_ARCH_HAS_OHCI
select USB_ARCH_HAS_EHCI
+ config SOC_RT3883
+ bool "RT3883"
+ select USB_ARCH_HAS_OHCI
+ select USB_ARCH_HAS_EHCI
+
endchoice
choice