aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi-tools/Config.in
blob: 74cd756fd957de8a42f64c67ec8e49d3731ae325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
menu "madwifi........................... Utilities for the Atheros Wifi driver"

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
	select BR2_COMPILE_MADWIFI_TOOLS
	default BR2_PACKAGE_KMOD_MADWIFI
	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"
	tristate
	select BR2_COMPILE_MADWIFI_TOOLS
	default m if CONFIG_DEVEL
	help
	  Driver utilities for Atheros 802.11a/b/g MiniPCI cards
	  
	  http://www.madwifi.org/

endmenu