Kconfig 865 字节
Newer Older
1
menuconfig ATH_COMMON
2
	tristate "Atheros Wireless Cards"
L
Luis R. Rodriguez 已提交
3
	depends on CFG80211
4 5 6
	---help---
	  This will enable the support for the Atheros wireless drivers.
	  ath5k, ath9k and ar9170 drivers share some common code, this option
7
	  enables the common ath.ko module which shares common helpers.
8

9 10 11 12 13 14 15 16 17
	  For more information and documentation on this module you can visit:

	  http://wireless.kernel.org/en/users/Drivers/ath

	  For information on all Atheros wireless drivers visit:

	  http://wireless.kernel.org/en/users/Drivers/Atheros

if ATH_COMMON
18 19 20 21 22 23 24

config ATH_DEBUG
	bool "Atheros wireless debugging"
	---help---
	  Say Y, if you want to debug atheros wireless drivers.
	  Right now only ath9k makes use of this.

25 26 27
source "drivers/net/wireless/ath/ath5k/Kconfig"
source "drivers/net/wireless/ath/ath9k/Kconfig"
source "drivers/net/wireless/ath/ar9170/Kconfig"
28

29
endif