355a294e2b13ac47476798872f93d8b5f80d4041
[librecmc/librecmc.git] / target / linux / ar71xx / files / arch / mips / ar71xx / Kconfig
1 if ATHEROS_AR71XX
2
3 config AR71XX_EARLY_SERIAL
4         bool "Use early serial console"
5         default n
6
7 menu "Atheros AR71xx machine selection"
8
9 config AR71XX_MACH_AP81
10         bool "Atheros AP81 board support"
11         default y
12
13 config AR71XX_MACH_AP83
14         bool "Atheros AP83 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_AW_NR580
22         bool "AzureWave AW-NR580 board support"
23         default y
24
25 config AR71XX_MACH_GENERIC
26         bool "Generic AR71xx based machine support"
27         default y
28
29 config AR71XX_MACH_WP543
30         bool "Compex WP543 board support"
31         select MYLOADER
32         default y
33
34 config AR71XX_MACH_RB_4XX
35         bool "MikroTik RouterBOARD 4xx series support"
36         default y
37
38 config AR71XX_MACH_WNR2000
39         bool "NETGEAR WNR2000 board support"
40         default y
41
42 config AR71XX_MACH_MZK_W04NU
43         bool "Planex MZK-W04NU board support"
44         default y
45
46 config AR71XX_MACH_MZK_W300NH
47         bool "Planex MZK-W300NH board support"
48         default y
49
50 config AR71XX_MACH_TL_WR941ND
51         bool "TP-LINK TL-WR941ND support"
52         default y
53
54 config AR71XX_MACH_TEW_632BRP
55         bool "TRENDnet TEW-632BRP support"
56         default y
57
58 config AR71XX_MACH_UBNT
59         bool "Ubiquiti AR71xx based boards support"
60         default y
61
62 endmenu
63
64 endif