ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / Kconfig
1 if ATHEROS_AR71XX
2
3 menu "Atheros AR71xx machine selection"
4
5 config AR71XX_MACH_AP81
6 bool "Atheros AP81 board support"
7 default y
8
9 config AR71XX_MACH_AP83
10 bool "Atheros AP83 board support"
11 default y
12
13 config AR71XX_MACH_DIR825B1
14 bool "D-Link DIR-825 rev. B1 board support"
15 default y
16
17 config AR71XX_MACH_PB42
18 bool "Atheros PB42 board support"
19 default y
20
21 config AR71XX_MACH_PB44
22 bool "Atheros PB44 board support"
23 default y
24
25 config AR71XX_MACH_AW_NR580
26 bool "AzureWave AW-NR580 board support"
27 default y
28
29 config AR71XX_MACH_GENERIC
30 bool "Generic AR71xx based machine support"
31 default y
32
33 config AR71XX_MACH_WP543
34 bool "Compex WP543/WPJ543 board support"
35 select MYLOADER
36 default y
37
38 config AR71XX_MACH_WRT160NL
39 bool "Linksys WRT160NL board support"
40 default y
41
42 config AR71XX_MACH_WRT400N
43 bool "Linksys WRT400N board support"
44 default y
45
46 config AR71XX_MACH_RB_4XX
47 bool "MikroTik RouterBOARD 4xx series support"
48 default y
49
50 config AR71XX_MACH_WNDR3700
51 bool "NETGEAR WNDR3700 board support"
52 default y
53
54 config AR71XX_MACH_WNR2000
55 bool "NETGEAR WNR2000 board support"
56 default y
57
58 config AR71XX_MACH_MZK_W04NU
59 bool "Planex MZK-W04NU board support"
60 default y
61
62 config AR71XX_MACH_MZK_W300NH
63 bool "Planex MZK-W300NH board support"
64 default y
65
66 config AR71XX_MACH_TL_WR741ND
67 bool "TP-LINK TL-WR741ND support"
68 default y
69
70 config AR71XX_MACH_TL_WR941ND
71 bool "TP-LINK TL-WR941ND support"
72 default y
73
74 config AR71XX_MACH_TEW_632BRP
75 bool "TRENDnet TEW-632BRP support"
76 default y
77
78 config AR71XX_MACH_UBNT
79 bool "Ubiquiti AR71xx based boards support"
80 default y
81
82 endmenu
83
84 endif