bool "Support for Broadcom based routers [2.4]"
default y
depends BR2_mipsel
+ select BR2_LINUX_PCMCIA_SUPPORT
help
Build firmware images for Broadcom based routers
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
bool "Support for x86 boards [2.4]"
default n
depends BR2_i386
+ select BR2_LINUX_PCMCIA_SUPPORT
help
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
bool "Support for Broadcom based routers [2.6]"
default n
depends BR2_mipsel
+ select BR2_LINUX_PCMCIA_SUPPORT
help
Build firmware images for Broadcom based routers
(e.g. Netgear WGT634u)
bool "Support for x86 boards [2.6]"
default n
depends BR2_i386
+ select BR2_LINUX_PCMCIA_SUPPORT
help
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
+config BR2_LINUX_2_4_AR531X
+ bool "Support for Atheros ar531x based APs"
+ default n
+ depends BR2_mips
+ help
+ Build firmware images for Atheros ar531x based boards
+ (e.g. Netgear WGT624, Linksys WRT55AG)
+
endchoice
-
+
+
+config BR2_LINUX_PCMCIA_SUPPORT
+ bool
+ default n
+ depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_X86 || BR2_LINUX_2_6_BRCM
+
+
comment "Device specific modules"
config BR2_PACKAGE_KMOD_BRCM_ET
prompt "kmod-brcm-et...................... Broadcom Ethernet Driver"
tristate
- depends BR2_LINUX_2_4_BRCM
- default y
+ depends BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_BRCM
+ default m
help
- Proprietary driver for Broadcom Ethernet chipsets
+ Proprietary driver for Broadcom Ethernet chipsets (obsolete)
config BR2_PACKAGE_KMOD_BRCM_WL
prompt "kmod-brcm-wl...................... Broadcom Wireless Network Driver"
config BR2_PACKAGE_KMOD_NET_B44
prompt "kmod-net-b44...................... Broadcom 44XX, 47XX ethernet driver"
tristate
- default y if BR2_LINUX_2_6_BRCM
+ default y if BR2_LINUX_2_6_BRCM || BR2_LINUX_2_4_BRCM
default m
help
Free driver for Broadcom Ethernet chipsets (without switch support)
config BR2_PACKAGE_KMOD_PCMCIA_CORE
prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
+ depends BR2_LINUX_PCMCIA_SUPPORT
tristate
default m