.. | .. |
---|
| 1 | +# SPDX-License-Identifier: ISC |
---|
1 | 2 | config ATH6KL |
---|
2 | 3 | tristate "Atheros mobile chipsets support" |
---|
3 | 4 | depends on CFG80211 |
---|
4 | | - ---help--- |
---|
| 5 | + help |
---|
5 | 6 | This module adds core support for wireless adapters based on |
---|
6 | 7 | Atheros AR6003 and AR6004 chipsets. You still need separate |
---|
7 | 8 | bus drivers for USB and SDIO to be able to use real devices. |
---|
.. | .. |
---|
14 | 15 | tristate "Atheros ath6kl SDIO support" |
---|
15 | 16 | depends on ATH6KL |
---|
16 | 17 | depends on MMC |
---|
17 | | - ---help--- |
---|
| 18 | + help |
---|
18 | 19 | This module adds support for wireless adapters based on |
---|
19 | 20 | Atheros AR6003 and AR6004 chipsets running over SDIO. If you |
---|
20 | 21 | choose to build it as a module, it will be called ath6kl_sdio. |
---|
.. | .. |
---|
25 | 26 | tristate "Atheros ath6kl USB support" |
---|
26 | 27 | depends on ATH6KL |
---|
27 | 28 | depends on USB |
---|
28 | | - ---help--- |
---|
| 29 | + help |
---|
29 | 30 | This module adds support for wireless adapters based on |
---|
30 | 31 | Atheros AR6004 chipset and chipsets based on it running over |
---|
31 | 32 | USB. If you choose to build it as a module, it will be |
---|
.. | .. |
---|
34 | 35 | config ATH6KL_DEBUG |
---|
35 | 36 | bool "Atheros ath6kl debugging" |
---|
36 | 37 | depends on ATH6KL |
---|
37 | | - ---help--- |
---|
| 38 | + help |
---|
38 | 39 | Enables ath6kl debug support, including debug messages |
---|
39 | 40 | enabled with debug_mask module parameter and debugfs |
---|
40 | 41 | interface. |
---|
.. | .. |
---|
45 | 46 | bool "Atheros ath6kl tracing support" |
---|
46 | 47 | depends on ATH6KL |
---|
47 | 48 | depends on EVENT_TRACING |
---|
48 | | - ---help--- |
---|
| 49 | + help |
---|
49 | 50 | Select this to ath6kl use tracing infrastructure which, for |
---|
50 | 51 | example, can be enabled with help of trace-cmd. All debug |
---|
51 | 52 | messages and commands are delivered to using individually |
---|
.. | .. |
---|
57 | 58 | bool "Atheros ath6kl regdomain support" |
---|
58 | 59 | depends on ATH6KL |
---|
59 | 60 | depends on CFG80211_CERTIFICATION_ONUS |
---|
60 | | - ---help--- |
---|
| 61 | + help |
---|
61 | 62 | Enabling this makes it possible to change the regdomain in |
---|
62 | 63 | the firmware. This can be only enabled if regulatory requirements |
---|
63 | 64 | are taken into account. |
---|