2006-01-11 15:05:16 +02:00
|
|
|
menu "madwifi........................... Utilities for the Atheros Wifi driver"
|
2006-01-08 03:15:44 +02:00
|
|
|
|
|
|
|
config BR2_COMPILE_MADWIFI_TOOLS
|
|
|
|
tristate
|
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_MADWIFI_TOOLS_BASE || BR2_PACKAGE_MADWIFI_TOOLS_STATS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MADWIFI_TOOLS_BASE
|
|
|
|
prompt "madwifi-tools-base................ Utilities for configuring the Atheros Wifi driver"
|
|
|
|
tristate
|
2006-01-11 03:43:09 +02:00
|
|
|
select BR2_COMPILE_MADWIFI_TOOLS
|
2006-01-08 03:15:44 +02:00
|
|
|
default y if BR2_LINUX_2_6_BRCM
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
|
|
|
Driver utilities for Atheros 802.11a/b/g MiniPCI cards
|
|
|
|
|
|
|
|
http://www.madwifi.org/
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MADWIFI_TOOLS_STATS
|
|
|
|
prompt "madwifi-tools-stats............... Debug and stat tools for the Atheros Wifi driver"
|
2005-08-25 14:59:22 +03:00
|
|
|
tristate
|
2006-01-11 03:43:09 +02:00
|
|
|
select BR2_COMPILE_MADWIFI_TOOLS
|
2005-08-25 14:59:22 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
|
|
|
Driver utilities for Atheros 802.11a/b/g MiniPCI cards
|
2005-11-05 04:16:36 +02:00
|
|
|
|
|
|
|
http://www.madwifi.org/
|
|
|
|
|
2006-01-08 03:15:44 +02:00
|
|
|
endmenu
|