aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-04-04 08:43:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-04-04 08:43:07 +0000
commitd5a7e2f5c1d63e81771617940ac6f92b31a05583 (patch)
tree07f7373ae8a5ae6b4ee515e7beb88e72a04f53bd /target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig
parent490032400b7233fad90840ed83ae8df3566f0b93 (diff)
downloadupstream-d5a7e2f5c1d63e81771617940ac6f92b31a05583.tar.gz
upstream-d5a7e2f5c1d63e81771617940ac6f92b31a05583.tar.bz2
upstream-d5a7e2f5c1d63e81771617940ac6f92b31a05583.zip
ramips: initial board support for MOFI3500-3GN
This patch adds initial board support for the MoFi Network MOFI3500-3GN (Ralink RT3052F SoC, 8MB flash, 32MB ram, wireless N, USB-OTG). This router is basically the NA version of the HW550-3G. Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26466
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig b/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig
index 354235ea25..9b34a3ef08 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig
@@ -50,6 +50,12 @@ config RT305X_MACH_HW550_3G
select RALINK_DEV_GPIO_BUTTONS
select RALINK_DEV_GPIO_LEDS
+config RT305X_MACH_MOFI3500_3GN
+ bool "MoFi Network MOFI3500-3GN support"
+ default y
+ select RALINK_DEV_GPIO_BUTTONS
+ select RALINK_DEV_GPIO_LEDS
+
endmenu
endif