Kconfig (d94e5fcbf1420366dcb4102bafe04dbcfc0d0d4b) Kconfig (c46917bb53a546f60c7d3103407fe953c418dd5b)
1menuconfig ATH_COMMON
2 tristate "Atheros Wireless Cards"
3 depends on WLAN_80211
4 depends on CFG80211
5 ---help---
6 This will enable the support for the Atheros wireless drivers.
7 ath5k, ath9k and ar9170 drivers share some common code, this option
8 enables the common ath.ko module which shares common helpers.
9
10 For more information and documentation on this module you can visit:
11
12 http://wireless.kernel.org/en/users/Drivers/ath
13
14 For information on all Atheros wireless drivers visit:
15
16 http://wireless.kernel.org/en/users/Drivers/Atheros
17
18if ATH_COMMON
1menuconfig ATH_COMMON
2 tristate "Atheros Wireless Cards"
3 depends on WLAN_80211
4 depends on CFG80211
5 ---help---
6 This will enable the support for the Atheros wireless drivers.
7 ath5k, ath9k and ar9170 drivers share some common code, this option
8 enables the common ath.ko module which shares common helpers.
9
10 For more information and documentation on this module you can visit:
11
12 http://wireless.kernel.org/en/users/Drivers/ath
13
14 For information on all Atheros wireless drivers visit:
15
16 http://wireless.kernel.org/en/users/Drivers/Atheros
17
18if ATH_COMMON
19
20config ATH_DEBUG
21 bool "Atheros wireless debugging"
22 ---help---
23 Say Y, if you want to debug atheros wireless drivers.
24 Right now only ath9k makes use of this.
25
19source "drivers/net/wireless/ath/ath5k/Kconfig"
20source "drivers/net/wireless/ath/ath9k/Kconfig"
21source "drivers/net/wireless/ath/ar9170/Kconfig"
26source "drivers/net/wireless/ath/ath5k/Kconfig"
27source "drivers/net/wireless/ath/ath9k/Kconfig"
28source "drivers/net/wireless/ath/ar9170/Kconfig"
29
22endif
30endif