X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Ffiles%2Farch%2Fmips%2Far71xx%2FKconfig;h=d1ff1bed01c6251c6d5b9a0dd9507b116748ed9b;hp=39a175732aef74bb4f7de7bf320f406c04ff0836;hb=795fed69101b45a28498a7b37f6f0747ffd986ed;hpb=062c1129dbf7e1f0136556d610672aa75917ad70 diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig b/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig index 39a175732..d1ff1bed0 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig @@ -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