ramips: rt305x: add support for the Asus RT-G32 B1 board
[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_RT_G32_REVB
6         bool "Asus RT-G32 revB board support"
7         default y
8         select RALINK_DEV_GPIO_BUTTONS
9
10 config RT305X_MACH_HW550_3G
11         bool "Aztech HW550-3G support"
12         default y
13         select RALINK_DEV_GPIO_BUTTONS
14         select RALINK_DEV_GPIO_LEDS
15
16 config RT305X_MACH_F5D8235_V2
17         bool "Belkin F5D8235 v2 support"
18         default y
19         select RALINK_DEV_GPIO_BUTTONS
20         select RALINK_DEV_GPIO_LEDS
21
22 config RT305X_MACH_WHR_G300N
23         bool "Buffalo WHR-G300N support"
24         default y
25         select RALINK_DEV_GPIO_BUTTONS
26         select RALINK_DEV_GPIO_LEDS
27
28 config RT305X_MACH_DIR_300_REVB
29         bool "D-Link DIR-300 revB board support"
30         default y
31         select RALINK_DEV_GPIO_BUTTONS
32         select RALINK_DEV_GPIO_LEDS
33
34 config RT305X_MACH_FONERA20N
35         bool "La Fonera20N board support"
36         default y
37         select RALINK_DEV_GPIO_BUTTONS
38         select RALINK_DEV_GPIO_LEDS
39
40 config RT305X_MACH_MOFI3500_3GN
41         bool "MoFi Network MOFI3500-3GN support"
42         default y
43         select RALINK_DEV_GPIO_BUTTONS
44         select RALINK_DEV_GPIO_LEDS
45
46 config RT305X_MACH_PWH2004
47         bool "Prolink PWH2004 / Abocom WR5205 support (32M RAM, 8M flash)"
48         default y
49         select RALINK_DEV_GPIO_BUTTONS
50         select RALINK_DEV_GPIO_LEDS
51
52 config RT305X_MACH_V22RW_2X2
53         bool "Ralink AP-RT3052-V22RW-2X2 board support"
54         default y
55         select RALINK_DEV_GPIO_BUTTONS
56         select RALINK_DEV_GPIO_LEDS
57
58 config RT305X_MACH_WCR150GN
59         bool "Sparklan WCR-150GN support"
60         default y
61         select RALINK_DEV_GPIO_BUTTONS
62         select RALINK_DEV_GPIO_LEDS
63
64 endmenu
65
66 endif