[ar71xx] add MyLoader support
[openwrt-10.03/.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_GENERIC
10         bool "Generic AR71xx based machine support"
11         default y
12
13 config AR71XX_MACH_WP543
14         bool "Compex WP543 board support"
15         select MYLOADER
16         default y
17
18 config AR71XX_MACH_RB_4XX
19         bool "MikroTik RouterBOARD 4xx series support"
20         default y
21
22 endmenu
23
24 endif