surprise :p
[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         default y
16
17 config AR71XX_MACH_RB_4XX
18         bool "MikroTik RouterBOARD 4xx series support"
19         default y
20
21 endmenu
22
23 endif