ar71xx: add support for the TL-WR841N v1.5 board
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / Kconfig
index 8640b2cc51cc465a97fbe8212b3c2518bbaca8fb..39a175732aef74bb4f7de7bf320f406c04ff0836 100644 (file)
 if ATHEROS_AR71XX
 
-config AR71XX_EARLY_SERIAL
-       bool "Use early serial console"
-       default n
-
 menu "Atheros AR71xx machine selection"
 
+config AR71XX_MACH_AP81
+       bool "Atheros AP81 board support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_AP83
+       bool "Atheros AP83 board support"
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_DIR_615_C1
+       bool "D-Link DIR-615 rev. C1 support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_DIR_825_B1
+       bool "D-Link DIR-825 rev. B1 board support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AP94_PCI if PCI
+       default y
+
+config AR71XX_MACH_PB42
+       bool "Atheros PB42 board support"
+       select AR71XX_DEV_M25P80
+       default y
+
+config AR71XX_MACH_PB44
+       bool "Atheros PB44 board support"
+       default y
+
+config AR71XX_MACH_AW_NR580
+       bool "AzureWave AW-NR580 board support"
+       select AR71XX_DEV_M25P80
+       default y
+
 config AR71XX_MACH_GENERIC
        bool "Generic AR71xx based machine support"
        default y
 
 config AR71XX_MACH_WP543
-       bool "Compex WP543 board support"
+       bool "Compex WP543/WPJ543 board support"
        select MYLOADER
+       select AR71XX_DEV_M25P80
+       default y
+
+config AR71XX_MACH_WRT160NL
+       bool "Linksys WRT160NL board support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_WRT400N
+       bool "Linksys WRT400N board support"
+       select AR71XX_DEV_M25P80
        default y
 
 config AR71XX_MACH_RB_4XX
        bool "MikroTik RouterBOARD 4xx series support"
        default y
 
+config AR71XX_MACH_WNDR3700
+       bool "NETGEAR WNDR3700 board support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AP94_PCI if PCI
+       default y
+
+config AR71XX_MACH_WNR2000
+       bool "NETGEAR WNR2000 board support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_MZK_W04NU
+       bool "Planex MZK-W04NU board support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_MZK_W300NH
+       bool "Planex MZK-W300NH board support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_TL_WR741ND
+       bool "TP-LINK TL-WR741ND support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AP91_PCI if PCI
+       default y
+
+config AR71XX_MACH_TL_WR841N_V1
+       bool "TP-LINK TL-WR841N v1 support"
+       select AR71XX_DEV_M25P80
+       default y
+
+config AR71XX_MACH_TL_WR941ND
+       bool "TP-LINK TL-WR941ND support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_TL_WR1043ND
+       bool "TP-LINK TL-WR1043ND support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_TEW_632BRP
+       bool "TRENDnet TEW-632BRP support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AR913X_WMAC
+       default y
+
+config AR71XX_MACH_UBNT
+       bool "Ubiquiti AR71xx based boards support"
+       select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AP91_PCI if PCI
+       default y
+
 endmenu
 
+config AR71XX_DEV_M25P80
+       def_bool n
+
+config AR71XX_DEV_AP91_PCI
+       def_bool n
+
+config AR71XX_DEV_AP94_PCI
+       def_bool n
+
+config AR71XX_DEV_AR913X_WMAC
+       def_bool n
+
 endif