|
|
@@ -5,15 +5,18 @@ 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
|
|
|
@@ -49,6 +52,7 @@ config AR71XX_MACH_WP543
|
|
|
config AR71XX_MACH_WRT160NL
|
|
|
bool "Linksys WRT160NL board support"
|
|
|
select AR71XX_DEV_M25P80
|
|
|
+ select AR71XX_DEV_AR913X_WMAC
|
|
|
default y
|
|
|
|
|
|
config AR71XX_MACH_WRT400N
|
|
|
@@ -69,16 +73,19 @@ config AR71XX_MACH_WNDR3700
|
|
|
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
|
|
|
@@ -89,16 +96,19 @@ config AR71XX_MACH_TL_WR741ND
|
|
|
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
|
|
|
@@ -114,4 +124,7 @@ config AR71XX_DEV_M25P80
|
|
|
config AR71XX_DEV_AP94_PCI
|
|
|
def_bool n
|
|
|
|
|
|
+config AR71XX_DEV_AR913X_WMAC
|
|
|
+ def_bool n
|
|
|
+
|
|
|
endif
|