3b11057a6b0c22e306de5183fe1bcaf6f152ada4
[openwrt/svn-archive/archive.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_AP83
10 bool "Atheros AP83 board support"
11 default y
12
13 config AR71XX_MACH_AW_NR580
14 bool "AzureWave AW-NR580 board support"
15 default y
16
17 config AR71XX_MACH_GENERIC
18 bool "Generic AR71xx based machine support"
19 default y
20
21 config AR71XX_MACH_WP543
22 bool "Compex WP543 board support"
23 select MYLOADER
24 default y
25
26 config AR71XX_MACH_RB_4XX
27 bool "MikroTik RouterBOARD 4xx series support"
28 default y
29
30 endmenu
31
32 endif