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