d1ff1bed01c6251c6d5b9a0dd9507b116748ed9b
[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 select AR71XX_DEV_AR913X_WMAC
9 default y
10
11 config AR71XX_MACH_AP83
12 bool "Atheros AP83 board support"
13 select AR71XX_DEV_AR913X_WMAC
14 default y
15
16 config AR71XX_MACH_DIR_615_C1
17 bool "D-Link DIR-615 rev. C1 support"
18 select AR71XX_DEV_M25P80
19 select AR71XX_DEV_AR913X_WMAC
20 default y
21
22 config AR71XX_MACH_DIR_825_B1
23 bool "D-Link DIR-825 rev. B1 board support"
24 select AR71XX_DEV_M25P80
25 select AR71XX_DEV_AP94_PCI if PCI
26 default y
27
28 config AR71XX_MACH_PB42
29 bool "Atheros PB42 board support"
30 select AR71XX_DEV_M25P80
31 select AR71XX_DEV_PB42_PCI if PCI
32 default y
33
34 config AR71XX_MACH_PB44
35 bool "Atheros PB44 board support"
36 select AR71XX_DEV_PB42_PCI if PCI
37 default y
38
39 config AR71XX_MACH_AW_NR580
40 bool "AzureWave AW-NR580 board support"
41 select AR71XX_DEV_M25P80
42 select AR71XX_DEV_PB42_PCI if PCI
43 default y
44
45 config AR71XX_MACH_GENERIC
46 bool "Generic AR71xx based machine support"
47 default y
48
49 config AR71XX_MACH_WP543
50 bool "Compex WP543/WPJ543 board support"
51 select MYLOADER
52 select AR71XX_DEV_M25P80
53 select AR71XX_DEV_PB42_PCI if PCI
54 default y
55
56 config AR71XX_MACH_WRT160NL
57 bool "Linksys WRT160NL board support"
58 select AR71XX_DEV_M25P80
59 select AR71XX_DEV_AR913X_WMAC
60 default y
61
62 config AR71XX_MACH_WRT400N
63 bool "Linksys WRT400N board support"
64 select AR71XX_DEV_M25P80
65 default y
66
67 config AR71XX_MACH_RB_4XX
68 bool "MikroTik RouterBOARD 4xx series support"
69 default y
70
71 config AR71XX_MACH_WNDR3700
72 bool "NETGEAR WNDR3700 board support"
73 select AR71XX_DEV_M25P80
74 select AR71XX_DEV_AP94_PCI if PCI
75 default y
76
77 config AR71XX_MACH_WNR2000
78 bool "NETGEAR WNR2000 board support"
79 select AR71XX_DEV_M25P80
80 select AR71XX_DEV_AR913X_WMAC
81 default y
82
83 config AR71XX_MACH_MZK_W04NU
84 bool "Planex MZK-W04NU board support"
85 select AR71XX_DEV_M25P80
86 select AR71XX_DEV_AR913X_WMAC
87 default y
88
89 config AR71XX_MACH_MZK_W300NH
90 bool "Planex MZK-W300NH board support"
91 select AR71XX_DEV_M25P80
92 select AR71XX_DEV_AR913X_WMAC
93 default y
94
95 config AR71XX_MACH_TL_WR741ND
96 bool "TP-LINK TL-WR741ND support"
97 select AR71XX_DEV_M25P80
98 select AR71XX_DEV_AP91_PCI if PCI
99 default y
100
101 config AR71XX_MACH_TL_WR841N_V1
102 bool "TP-LINK TL-WR841N v1 support"
103 select AR71XX_DEV_M25P80
104 select AR71XX_DEV_PB42_PCI if PCI
105 default y
106
107 config AR71XX_MACH_TL_WR941ND
108 bool "TP-LINK TL-WR941ND support"
109 select AR71XX_DEV_M25P80
110 select AR71XX_DEV_AR913X_WMAC
111 default y
112
113 config AR71XX_MACH_TL_WR1043ND
114 bool "TP-LINK TL-WR1043ND support"
115 select AR71XX_DEV_M25P80
116 select AR71XX_DEV_AR913X_WMAC
117 default y
118
119 config AR71XX_MACH_TEW_632BRP
120 bool "TRENDnet TEW-632BRP support"
121 select AR71XX_DEV_M25P80
122 select AR71XX_DEV_AR913X_WMAC
123 default y
124
125 config AR71XX_MACH_UBNT
126 bool "Ubiquiti AR71xx based boards support"
127 select AR71XX_DEV_M25P80
128 select AR71XX_DEV_AP91_PCI if PCI
129 select AR71XX_DEV_PB42_PCI if PCI
130 default y
131
132 endmenu
133
134 config AR71XX_DEV_M25P80
135 def_bool n
136
137 config AR71XX_DEV_AP91_PCI
138 def_bool n
139
140 config AR71XX_DEV_AP94_PCI
141 def_bool n
142
143 config AR71XX_DEV_AR913X_WMAC
144 def_bool n
145
146 config AR71XX_DEV_PB42_PCI
147 def_bool n
148
149 endif