|
|
@@ -28,15 +28,18 @@ config AR71XX_MACH_DIR_825_B1
|
|
|
config AR71XX_MACH_PB42
|
|
|
bool "Atheros PB42 board support"
|
|
|
select AR71XX_DEV_M25P80
|
|
|
+ select AR71XX_DEV_PB42_PCI if PCI
|
|
|
default y
|
|
|
|
|
|
config AR71XX_MACH_PB44
|
|
|
bool "Atheros PB44 board support"
|
|
|
+ select AR71XX_DEV_PB42_PCI if PCI
|
|
|
default y
|
|
|
|
|
|
config AR71XX_MACH_AW_NR580
|
|
|
bool "AzureWave AW-NR580 board support"
|
|
|
select AR71XX_DEV_M25P80
|
|
|
+ select AR71XX_DEV_PB42_PCI if PCI
|
|
|
default y
|
|
|
|
|
|
config AR71XX_MACH_GENERIC
|
|
|
@@ -47,6 +50,7 @@ config AR71XX_MACH_WP543
|
|
|
bool "Compex WP543/WPJ543 board support"
|
|
|
select MYLOADER
|
|
|
select AR71XX_DEV_M25P80
|
|
|
+ select AR71XX_DEV_PB42_PCI if PCI
|
|
|
default y
|
|
|
|
|
|
config AR71XX_MACH_WRT160NL
|
|
|
@@ -97,6 +101,7 @@ config AR71XX_MACH_TL_WR741ND
|
|
|
config AR71XX_MACH_TL_WR841N_V1
|
|
|
bool "TP-LINK TL-WR841N v1 support"
|
|
|
select AR71XX_DEV_M25P80
|
|
|
+ select AR71XX_DEV_PB42_PCI if PCI
|
|
|
default y
|
|
|
|
|
|
config AR71XX_MACH_TL_WR941ND
|
|
|
@@ -121,6 +126,7 @@ config AR71XX_MACH_UBNT
|
|
|
bool "Ubiquiti AR71xx based boards support"
|
|
|
select AR71XX_DEV_M25P80
|
|
|
select AR71XX_DEV_AP91_PCI if PCI
|
|
|
+ select AR71XX_DEV_PB42_PCI if PCI
|
|
|
default y
|
|
|
|
|
|
endmenu
|
|
|
@@ -137,4 +143,7 @@ config AR71XX_DEV_AP94_PCI
|
|
|
config AR71XX_DEV_AR913X_WMAC
|
|
|
def_bool n
|
|
|
|
|
|
+config AR71XX_DEV_PB42_PCI
|
|
|
+ def_bool n
|
|
|
+
|
|
|
endif
|