ramips: rt305x: support for wr512-3gn-like routers
[openwrt/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_ARGUS_ATP52B
6 bool "Argus ATP-52B support"
7 default y
8 select RALINK_DEV_GPIO_BUTTONS
9 select RALINK_DEV_GPIO_LEDS
10
11 config RT305X_MACH_RT_G32_REVB
12 bool "Asus RT-G32 revB board support"
13 default y
14 select RALINK_DEV_GPIO_BUTTONS
15
16 config RT305X_MACH_HW550_3G
17 bool "Aztech HW550-3G support"
18 default y
19 select RALINK_DEV_GPIO_BUTTONS
20 select RALINK_DEV_GPIO_LEDS
21
22 config RT305X_MACH_F5D8235_V2
23 bool "Belkin F5D8235 v2 support"
24 default y
25 select RALINK_DEV_GPIO_BUTTONS
26 select RALINK_DEV_GPIO_LEDS
27
28 config RT305X_MACH_WHR_G300N
29 bool "Buffalo WHR-G300N support"
30 default y
31 select RALINK_DEV_GPIO_BUTTONS
32 select RALINK_DEV_GPIO_LEDS
33
34 config RT305X_MACH_DIR_300_REVB
35 bool "D-Link DIR-300 revB board support"
36 default y
37 select RALINK_DEV_GPIO_BUTTONS
38 select RALINK_DEV_GPIO_LEDS
39
40 config RT305X_MACH_FONERA20N
41 bool "La Fonera20N board support"
42 default y
43 select RALINK_DEV_GPIO_BUTTONS
44 select RALINK_DEV_GPIO_LEDS
45
46 config RT305X_MACH_MOFI3500_3GN
47 bool "MoFi Network MOFI3500-3GN support"
48 default y
49 select RALINK_DEV_GPIO_BUTTONS
50 select RALINK_DEV_GPIO_LEDS
51
52 config RT305X_MACH_WR512_3GN
53 bool "SH-WR512NU/WS-WR512N1-like 3GN router"
54 default n
55
56
57 config RT305X_MACH_NW718
58 bool "Netcore NW718"
59 default y
60 select RALINK_DEV_GPIO_BUTTONS
61 select RALINK_DEV_GPIO_LEDS
62
63 config RT305X_MACH_PWH2004
64 bool "Prolink PWH2004 / Abocom WR5205 support (32M RAM, 8M flash)"
65 default y
66 select RALINK_DEV_GPIO_BUTTONS
67 select RALINK_DEV_GPIO_LEDS
68
69 config RT305X_MACH_V22RW_2X2
70 bool "Ralink AP-RT3052-V22RW-2X2 board support"
71 default y
72 select RALINK_DEV_GPIO_BUTTONS
73 select RALINK_DEV_GPIO_LEDS
74
75 config RT305X_MACH_WCR150GN
76 bool "Sparklan WCR-150GN support"
77 default y
78 select RALINK_DEV_GPIO_BUTTONS
79 select RALINK_DEV_GPIO_LEDS
80
81 endmenu
82
83 endif