ramips: rt305x: add initial support for Tenda W306R V2.0
[openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / Kconfig
1 if RALINK_RT305X
2
3 menu "Ralink RT350x machine selection"
4
5 config RT305X_MACH_WR6202
6         bool "Accton WR6202"
7         select RALINK_DEV_GPIO_BUTTONS
8         select RALINK_DEV_GPIO_LEDS
9
10 config RT305X_MACH_ALL0256N
11         bool "Allnet ALL0256N support"
12         select RALINK_DEV_GPIO_BUTTONS
13         select RALINK_DEV_GPIO_LEDS
14
15 config RT305X_MACH_W502U
16         bool "ALFA Networks W502U board support"
17         select RALINK_DEV_GPIO_BUTTONS
18         select RALINK_DEV_GPIO_LEDS
19
20 config RT305X_MACH_ARGUS_ATP52B
21         bool "Argus ATP-52B support"
22         select RALINK_DEV_GPIO_BUTTONS
23         select RALINK_DEV_GPIO_LEDS
24
25 config RT305X_MACH_RT_G32_REVB
26         bool "Asus RT-G32 revB board support"
27         select RALINK_DEV_GPIO_BUTTONS
28
29 config RT305X_MACH_RT_N10_PLUS
30         bool "Asus RT-N10+ board support"
31         select RALINK_DEV_GPIO_BUTTONS
32         select RALINK_DEV_GPIO_LEDS
33
34 config RT305X_MACH_WL_330N
35         bool "Asus WL-330N board support"
36         select RALINK_DEV_GPIO_BUTTONS
37         select RALINK_DEV_GPIO_LEDS
38
39 config RT305X_MACH_HW550_3G
40         bool "Aztech HW550-3G support"
41         select RALINK_DEV_GPIO_BUTTONS
42         select RALINK_DEV_GPIO_LEDS
43
44 config RT305X_MACH_F5D8235_V2
45         bool "Belkin F5D8235 v2 support"
46         select RALINK_DEV_GPIO_BUTTONS
47         select RALINK_DEV_GPIO_LEDS
48
49 config RT305X_MACH_WHR_G300N
50         bool "Buffalo WHR-G300N support"
51         select RALINK_DEV_GPIO_BUTTONS
52         select RALINK_DEV_GPIO_LEDS
53
54 config RT305X_MACH_DIR_300_REVB
55         bool "D-Link DIR-300 revB board support"
56         select RALINK_DEV_GPIO_BUTTONS
57         select RALINK_DEV_GPIO_LEDS
58
59 config RT305X_MACH_ESR_9753
60         bool "EnGenius ESR-9753 support"
61         select RALINK_DEV_GPIO_BUTTONS
62         select RALINK_DEV_GPIO_LEDS
63
64 config RT305X_MACH_FONERA20N
65         bool "La Fonera20N board support"
66         select RALINK_DEV_GPIO_BUTTONS
67         select RALINK_DEV_GPIO_LEDS
68
69 config RT305X_MACH_FREESTATION5
70         bool "ARC FreeStation5"
71
72 config RT305X_MACH_MOFI3500_3GN
73         bool "MoFi Network MOFI3500-3GN support"
74         select RALINK_DEV_GPIO_BUTTONS
75         select RALINK_DEV_GPIO_LEDS
76
77 config RT305X_MACH_WR512_3GN
78         bool "SH-WR512NU/WS-WR512N1-like 3GN router"
79         select RALINK_DEV_GPIO_BUTTONS
80         select RALINK_DEV_GPIO_LEDS
81
82 config RT305X_MACH_NW718
83         bool "Netcore NW718"
84         select RALINK_DEV_GPIO_BUTTONS
85         select RALINK_DEV_GPIO_LEDS
86
87 config RT305X_MACH_BC2
88         bool "NexAira BC2"
89         select RALINK_DEV_GPIO_BUTTONS
90         select RALINK_DEV_GPIO_LEDS
91
92 config RT305X_MACH_OMNI_EMB
93         bool "Omnima MiniEMBWiFi"
94         select RALINK_DEV_GPIO_BUTTONS
95         select RALINK_DEV_GPIO_LEDS
96
97 config RT305X_MACH_PWH2004
98         bool "Prolink PWH2004 / Abocom WR5205 support (32M RAM, 8M flash)"
99         select RALINK_DEV_GPIO_BUTTONS
100         select RALINK_DEV_GPIO_LEDS
101
102 config RT305X_MACH_V22RW_2X2
103         bool "Ralink AP-RT3052-V22RW-2X2 board support"
104         select RALINK_DEV_GPIO_BUTTONS
105         select RALINK_DEV_GPIO_LEDS
106
107 config RT305X_MACH_W306R_V20
108         bool "Tenda W306R V2.0 board support"
109         select RALINK_DEV_GPIO_BUTTONS
110         select RALINK_DEV_GPIO_LEDS
111
112 config RT305X_MACH_WL341V3
113         bool "Sitecom WL-341 v3 board support"
114         select RALINK_DEV_GPIO_BUTTONS
115         select RALINK_DEV_GPIO_LEDS
116
117 config RT305X_MACH_WL351
118         bool "Sitecom WL-351 support"
119         select RALINK_DEV_GPIO_BUTTONS
120         select RALINK_DEV_GPIO_LEDS
121
122 config RT305X_MACH_SL_R7205
123         bool "Skyline SL-R7205 Wireless 3G Router support"
124         select RALINK_DEV_GPIO_BUTTONS
125         select RALINK_DEV_GPIO_LEDS
126
127 config RT305X_MACH_WCR150GN
128         bool "Sparklan WCR-150GN support"
129         select RALINK_DEV_GPIO_BUTTONS
130         select RALINK_DEV_GPIO_LEDS
131
132 config RT305X_MACH_NBG_419N
133         bool "ZyXEL NBG-419N support"
134         select RALINK_DEV_GPIO_BUTTONS
135         select RALINK_DEV_GPIO_LEDS
136
137 config RT305X_MACH_XDX_RN502J
138         bool "Unknown board XDX-RN502J"
139         select RALINK_DEV_GPIO_BUTTONS
140         select RALINK_DEV_GPIO_LEDS
141
142 endmenu
143
144 endif