ramips: initial board support for Aztech HW550-3G
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / Kconfig
index e43261ed392b57562bef5eb5dbde370f805e9070..354235ea25725896028a0ba6482b606f80c7147a 100644 (file)
@@ -2,6 +2,12 @@ if RALINK_RT305X
 
 menu "Ralink RT350x machine selection"
 
+config RT305X_MACH_F5D8235_V2
+       bool "Belkin F5D8235 v2 support"
+       default y
+       select RALINK_DEV_GPIO_BUTTONS
+       select RALINK_DEV_GPIO_LEDS
+
 config RT305X_MACH_WHR_G300N
        bool "Buffalo WHR-G300N support"
        default y
@@ -32,6 +38,18 @@ config RT305X_MACH_FONERA20N
        select RALINK_DEV_GPIO_BUTTONS
        select RALINK_DEV_GPIO_LEDS
 
+config RT305X_MACH_PWH2004
+       bool "Prolink PWH2004 / Abocom WR5205 support (32M RAM, 8M flash)"
+       default y
+       select RALINK_DEV_GPIO_BUTTONS
+       select RALINK_DEV_GPIO_LEDS
+
+config RT305X_MACH_HW550_3G
+       bool "Aztech HW550-3G support"
+       default y
+       select RALINK_DEV_GPIO_BUTTONS
+       select RALINK_DEV_GPIO_LEDS
+
 endmenu
 
 endif