ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the
[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 select AR71XX_DEV_M25P80
8 default y
9
10 config AR71XX_MACH_AP83
11 bool "Atheros AP83 board support"
12 default y
13
14 config AR71XX_MACH_DIR_615_C1
15 bool "D-Link DIR-615 rev. C1 support"
16 select AR71XX_DEV_M25P80
17 default y
18
19 config AR71XX_MACH_DIR_825_B1
20 bool "D-Link DIR-825 rev. B1 board support"
21 select AR71XX_DEV_M25P80
22 default y
23
24 config AR71XX_MACH_PB42
25 bool "Atheros PB42 board support"
26 select AR71XX_DEV_M25P80
27 default y
28
29 config AR71XX_MACH_PB44
30 bool "Atheros PB44 board support"
31 default y
32
33 config AR71XX_MACH_AW_NR580
34 bool "AzureWave AW-NR580 board support"
35 select AR71XX_DEV_M25P80
36 default y
37
38 config AR71XX_MACH_GENERIC
39 bool "Generic AR71xx based machine support"
40 default y
41
42 config AR71XX_MACH_WP543
43 bool "Compex WP543/WPJ543 board support"
44 select MYLOADER
45 select AR71XX_DEV_M25P80
46 default y
47
48 config AR71XX_MACH_WRT160NL
49 bool "Linksys WRT160NL board support"
50 select AR71XX_DEV_M25P80
51 default y
52
53 config AR71XX_MACH_WRT400N
54 bool "Linksys WRT400N board support"
55 select AR71XX_DEV_M25P80
56 default y
57
58 config AR71XX_MACH_RB_4XX
59 bool "MikroTik RouterBOARD 4xx series support"
60 default y
61
62 config AR71XX_MACH_WNDR3700
63 bool "NETGEAR WNDR3700 board support"
64 select AR71XX_DEV_M25P80
65 default y
66
67 config AR71XX_MACH_WNR2000
68 bool "NETGEAR WNR2000 board support"
69 select AR71XX_DEV_M25P80
70 default y
71
72 config AR71XX_MACH_MZK_W04NU
73 bool "Planex MZK-W04NU board support"
74 select AR71XX_DEV_M25P80
75 default y
76
77 config AR71XX_MACH_MZK_W300NH
78 bool "Planex MZK-W300NH board support"
79 select AR71XX_DEV_M25P80
80 default y
81
82 config AR71XX_MACH_TL_WR741ND
83 bool "TP-LINK TL-WR741ND support"
84 select AR71XX_DEV_M25P80
85 default y
86
87 config AR71XX_MACH_TL_WR941ND
88 bool "TP-LINK TL-WR941ND support"
89 select AR71XX_DEV_M25P80
90 default y
91
92 config AR71XX_MACH_TL_WR1043ND
93 bool "TP-LINK TL-WR1043ND support"
94 select AR71XX_DEV_M25P80
95 default y
96
97 config AR71XX_MACH_TEW_632BRP
98 bool "TRENDnet TEW-632BRP support"
99 select AR71XX_DEV_M25P80
100 default y
101
102 config AR71XX_MACH_UBNT
103 bool "Ubiquiti AR71xx based boards support"
104 select AR71XX_DEV_M25P80
105 default y
106
107 endmenu
108
109 config AR71XX_DEV_M25P80
110 def_bool n
111
112 endif