ramips: add support for Argus ATP-52B
[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_NW718
53         bool "Netcore NW718"
54         default y
55         select RALINK_DEV_GPIO_BUTTONS
56         select RALINK_DEV_GPIO_LEDS
57
58 config RT305X_MACH_PWH2004
59         bool "Prolink PWH2004 / Abocom WR5205 support (32M RAM, 8M flash)"
60         default y
61         select RALINK_DEV_GPIO_BUTTONS
62         select RALINK_DEV_GPIO_LEDS
63
64 config RT305X_MACH_V22RW_2X2
65         bool "Ralink AP-RT3052-V22RW-2X2 board support"
66         default y
67         select RALINK_DEV_GPIO_BUTTONS
68         select RALINK_DEV_GPIO_LEDS
69
70 config RT305X_MACH_WCR150GN
71         bool "Sparklan WCR-150GN support"
72         default y
73         select RALINK_DEV_GPIO_BUTTONS
74         select RALINK_DEV_GPIO_LEDS
75
76 endmenu
77
78 endif