[ar71xx] prepare for RouterStation support
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / Kconfig
index 8640b2cc51cc465a97fbe8212b3c2518bbaca8fb..d16fdb82408c249755829b9f5c2ad663e3923f37 100644 (file)
@@ -6,6 +6,14 @@ config AR71XX_EARLY_SERIAL
 
 menu "Atheros AR71xx machine selection"
 
+config AR71XX_MACH_AP83
+       bool "Atheros AP83 board support"
+       default y
+
+config AR71XX_MACH_AW_NR580
+       bool "AzureWave AW-NR580 board support"
+       default y
+
 config AR71XX_MACH_GENERIC
        bool "Generic AR71xx based machine support"
        default y
@@ -19,6 +27,14 @@ config AR71XX_MACH_RB_4XX
        bool "MikroTik RouterBOARD 4xx series support"
        default y
 
+config AR71XX_MACH_TEW_632BRP
+       bool "TRENDnet TEW-632BRP support"
+       default y
+
+config AR71XX_MACH_ROUTERSTATION
+       bool "Ubiquiti RouterStation support"
+       default y
+
 endmenu
 
 endif