Loading...
1menuconfig ATH_COMMON
2 tristate "Atheros Wireless Cards"
3 depends on CFG80211
4 ---help---
5 This will enable the support for the Atheros wireless drivers.
6 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
7 enables the common ath.ko module which shares common helpers.
8
9 For more information and documentation on this module you can visit:
10
11 http://wireless.kernel.org/en/users/Drivers/ath
12
13 For information on all Atheros wireless drivers visit:
14
15 http://wireless.kernel.org/en/users/Drivers/Atheros
16
17if ATH_COMMON
18
19config ATH_DEBUG
20 bool "Atheros wireless debugging"
21 ---help---
22 Say Y, if you want to debug atheros wireless drivers.
23 Right now only ath9k makes use of this.
24
25source "drivers/net/wireless/ath/ath5k/Kconfig"
26source "drivers/net/wireless/ath/ath9k/Kconfig"
27source "drivers/net/wireless/ath/carl9170/Kconfig"
28
29endif
1config ATH_COMMON
2 tristate
3
4menuconfig ATH_CARDS
5 tristate "Atheros Wireless Cards"
6 depends on CFG80211 && (!UML || BROKEN)
7 ---help---
8 This will enable the support for the Atheros wireless drivers.
9 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
10 enables the common ath.ko module which shares common helpers.
11
12 For more information and documentation on this module you can visit:
13
14 http://wireless.kernel.org/en/users/Drivers/ath
15
16 For information on all Atheros wireless drivers visit:
17
18 http://wireless.kernel.org/en/users/Drivers/Atheros
19
20if ATH_CARDS
21
22config ATH_DEBUG
23 bool "Atheros wireless debugging"
24 ---help---
25 Say Y, if you want to debug atheros wireless drivers.
26 Right now only ath9k makes use of this.
27
28config ATH_REG_DYNAMIC_USER_REG_HINTS
29 bool "Atheros dynamic user regulatory hints"
30 depends on CFG80211_CERTIFICATION_ONUS
31 default n
32 ---help---
33 Say N. This should only be enabled in countries where
34 this feature is explicitly allowed and only on cards that
35 specifically have been tested for this.
36
37config ATH_REG_DYNAMIC_USER_CERT_TESTING
38 bool "Atheros dynamic user regulatory testing"
39 depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS
40 default n
41 ---help---
42 Say N. This should only be enabled on systems
43 undergoing certification testing.
44
45source "drivers/net/wireless/ath/ath5k/Kconfig"
46source "drivers/net/wireless/ath/ath9k/Kconfig"
47source "drivers/net/wireless/ath/carl9170/Kconfig"
48source "drivers/net/wireless/ath/ath6kl/Kconfig"
49source "drivers/net/wireless/ath/ar5523/Kconfig"
50source "drivers/net/wireless/ath/wil6210/Kconfig"
51source "drivers/net/wireless/ath/ath10k/Kconfig"
52source "drivers/net/wireless/ath/wcn36xx/Kconfig"
53
54endif