Kalle Valo | 0766789 | 2019-06-25 17:52:25 +0300 | [diff] [blame] | 1 | # SPDX-License-Identifier: ISC |
Vladimir Kondratiev | 23c1d7f | 2012-11-28 18:57:19 +0200 | [diff] [blame] | 2 | config ATH_COMMON |
| 3 | tristate |
| 4 | |
Kalle Valo | b5c9b4f | 2015-11-18 10:38:32 +0200 | [diff] [blame] | 5 | config WLAN_VENDOR_ATH |
| 6 | bool "Atheros/Qualcomm devices" |
| 7 | default y |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 8 | help |
Kalle Valo | b5c9b4f | 2015-11-18 10:38:32 +0200 | [diff] [blame] | 9 | If you have a wireless card belonging to this class, say Y. |
| 10 | |
| 11 | Note that the answer to this question doesn't directly affect the |
Randy Dunlap | a6cf02e | 2018-03-02 18:03:30 -0800 | [diff] [blame] | 12 | kernel: saying N will just cause the configurator to skip all the |
| 13 | questions about these cards. If you say Y, you will be asked for |
Kalle Valo | b5c9b4f | 2015-11-18 10:38:32 +0200 | [diff] [blame] | 14 | your specific card in the following questions. |
Bob Copeland | 3a702e4 | 2009-03-30 22:30:29 -0400 | [diff] [blame] | 15 | |
Luis R. Rodriguez | b820b3b | 2009-07-27 16:52:07 -0700 | [diff] [blame] | 16 | For more information and documentation on this module you can visit: |
| 17 | |
| 18 | http://wireless.kernel.org/en/users/Drivers/ath |
| 19 | |
| 20 | For information on all Atheros wireless drivers visit: |
| 21 | |
| 22 | http://wireless.kernel.org/en/users/Drivers/Atheros |
| 23 | |
Kalle Valo | b5c9b4f | 2015-11-18 10:38:32 +0200 | [diff] [blame] | 24 | if WLAN_VENDOR_ATH |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 25 | |
| 26 | config ATH_DEBUG |
| 27 | bool "Atheros wireless debugging" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 28 | help |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 29 | Say Y, if you want to debug atheros wireless drivers. |
| 30 | Right now only ath9k makes use of this. |
| 31 | |
Sujith Manoharan | e6664df | 2014-09-27 13:27:45 +0530 | [diff] [blame] | 32 | config ATH_TRACEPOINTS |
Krzysztof Kozlowski | 5421cf8 | 2019-11-21 21:28:28 +0800 | [diff] [blame] | 33 | bool "Atheros wireless tracing" |
| 34 | depends on ATH_DEBUG |
| 35 | depends on EVENT_TRACING |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 36 | help |
Krzysztof Kozlowski | 5421cf8 | 2019-11-21 21:28:28 +0800 | [diff] [blame] | 37 | This option enables tracepoints for atheros wireless drivers. |
| 38 | Currently, ath9k makes use of this facility. |
Sujith Manoharan | e6664df | 2014-09-27 13:27:45 +0530 | [diff] [blame] | 39 | |
Luis R. Rodriguez | 94e7876 | 2013-10-14 17:42:09 -0700 | [diff] [blame] | 40 | config ATH_REG_DYNAMIC_USER_REG_HINTS |
| 41 | bool "Atheros dynamic user regulatory hints" |
| 42 | depends on CFG80211_CERTIFICATION_ONUS |
| 43 | default n |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 44 | help |
Luis R. Rodriguez | 94e7876 | 2013-10-14 17:42:09 -0700 | [diff] [blame] | 45 | Say N. This should only be enabled in countries where |
| 46 | this feature is explicitly allowed and only on cards that |
| 47 | specifically have been tested for this. |
| 48 | |
| 49 | config ATH_REG_DYNAMIC_USER_CERT_TESTING |
| 50 | bool "Atheros dynamic user regulatory testing" |
| 51 | depends on ATH_REG_DYNAMIC_USER_REG_HINTS && CFG80211_CERTIFICATION_ONUS |
| 52 | default n |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 53 | help |
Luis R. Rodriguez | 94e7876 | 2013-10-14 17:42:09 -0700 | [diff] [blame] | 54 | Say N. This should only be enabled on systems |
| 55 | undergoing certification testing. |
| 56 | |
Luis R. Rodriguez | 203c480 | 2009-03-30 22:30:33 -0400 | [diff] [blame] | 57 | source "drivers/net/wireless/ath/ath5k/Kconfig" |
| 58 | source "drivers/net/wireless/ath/ath9k/Kconfig" |
Christian Lamparter | 1d7e1e6 | 2010-09-06 01:10:25 +0200 | [diff] [blame] | 59 | source "drivers/net/wireless/ath/carl9170/Kconfig" |
Kalle Valo | bdcd817 | 2011-07-18 00:22:30 +0300 | [diff] [blame] | 60 | source "drivers/net/wireless/ath/ath6kl/Kconfig" |
Pontus Fuchs | b7d572e | 2012-10-23 20:33:57 +0200 | [diff] [blame] | 61 | source "drivers/net/wireless/ath/ar5523/Kconfig" |
Vladimir Kondratiev | 2be7d22 | 2012-12-20 13:13:19 -0800 | [diff] [blame] | 62 | source "drivers/net/wireless/ath/wil6210/Kconfig" |
Kalle Valo | 5e3dd15 | 2013-06-12 20:52:10 +0300 | [diff] [blame] | 63 | source "drivers/net/wireless/ath/ath10k/Kconfig" |
Eugene Krasnikov | 8e84c25 | 2013-10-08 21:25:58 +0100 | [diff] [blame] | 64 | source "drivers/net/wireless/ath/wcn36xx/Kconfig" |
Kalle Valo | d5c6515 | 2019-11-23 09:58:40 +0200 | [diff] [blame] | 65 | source "drivers/net/wireless/ath/ath11k/Kconfig" |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 66 | |
Luis R. Rodriguez | b820b3b | 2009-07-27 16:52:07 -0700 | [diff] [blame] | 67 | endif |