summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-03-21 17:49:02 +0100
committerRalf Baechle <ralf@linux-mips.org>2013-05-08 01:19:09 +0200
commit594bde683d36c3e950da3633ef4bd95328fcd5cc (patch)
treee658900c14e39a6e27f319220f7285dd6bcd76f0 /arch/mips/ralink/Kconfig
parent293840b9997f2c0509ca65a4e02cacc371cc628c (diff)
MIPS: ralink: adds support for MT7620 SoC family
Add support code for mt7620 SOC. The code detects the SoC and registers the clk / pinmux settings. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5177/
Diffstat (limited to 'arch/mips/ralink/Kconfig')
-rw-r--r--arch/mips/ralink/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig
index ce57d3e67637..86f6c7760536 100644
--- a/arch/mips/ralink/Kconfig
+++ b/arch/mips/ralink/Kconfig
@@ -20,6 +20,9 @@ choice
select USB_ARCH_HAS_OHCI
select USB_ARCH_HAS_EHCI
+ config SOC_MT7620
+ bool "MT7620"
+
endchoice
choice