.. | .. |
---|
| 1 | +# SPDX-License-Identifier: ISC |
---|
1 | 2 | config ATH5K |
---|
2 | 3 | tristate "Atheros 5xxx wireless cards support" |
---|
3 | 4 | depends on (PCI || ATH25) && MAC80211 |
---|
4 | 5 | select ATH_COMMON |
---|
5 | | - select MAC80211_LEDS |
---|
6 | | - select LEDS_CLASS |
---|
7 | | - select NEW_LEDS |
---|
| 6 | + select MAC80211_LEDS if LEDS_CLASS=y || LEDS_CLASS=MAC80211 |
---|
8 | 7 | select ATH5K_AHB if ATH25 |
---|
9 | 8 | select ATH5K_PCI if !ATH25 |
---|
10 | | - ---help--- |
---|
| 9 | + help |
---|
11 | 10 | This module adds support for wireless adapters based on |
---|
12 | 11 | Atheros 5xxx chipset. |
---|
13 | 12 | |
---|
.. | .. |
---|
24 | 23 | config ATH5K_DEBUG |
---|
25 | 24 | bool "Atheros 5xxx debugging" |
---|
26 | 25 | depends on ATH5K |
---|
27 | | - ---help--- |
---|
| 26 | + help |
---|
28 | 27 | Atheros 5xxx debugging messages. |
---|
29 | 28 | |
---|
30 | 29 | Say Y, if and you will get debug options for ath5k. |
---|
.. | .. |
---|
44 | 43 | bool "Atheros 5xxx tracer" |
---|
45 | 44 | depends on ATH5K |
---|
46 | 45 | depends on EVENT_TRACING |
---|
47 | | - ---help--- |
---|
| 46 | + help |
---|
48 | 47 | Say Y here to enable tracepoints for the ath5k driver |
---|
49 | 48 | using the kernel tracing infrastructure. Select this |
---|
50 | 49 | option if you are interested in debugging the driver. |
---|
.. | .. |
---|
53 | 52 | |
---|
54 | 53 | config ATH5K_AHB |
---|
55 | 54 | bool "Atheros 5xxx AHB bus support" |
---|
56 | | - depends on ATH25 |
---|
57 | | - ---help--- |
---|
| 55 | + depends on ATH25 && ATH5K |
---|
| 56 | + help |
---|
58 | 57 | This adds support for WiSoC type chipsets of the 5xxx Atheros |
---|
59 | 58 | family. |
---|
60 | 59 | |
---|
61 | 60 | config ATH5K_PCI |
---|
62 | 61 | bool "Atheros 5xxx PCI bus support" |
---|
63 | 62 | depends on (!ATH25 && PCI) |
---|
64 | | - ---help--- |
---|
| 63 | + help |
---|
65 | 64 | This adds support for PCI type chipsets of the 5xxx Atheros |
---|
66 | 65 | family. |
---|
67 | 66 | |
---|
68 | 67 | config ATH5K_TEST_CHANNELS |
---|
69 | 68 | bool "Enables testing channels on ath5k" |
---|
70 | 69 | depends on ATH5K && CFG80211_CERTIFICATION_ONUS |
---|
71 | | - ---help--- |
---|
| 70 | + help |
---|
72 | 71 | This enables non-standard IEEE 802.11 channels on ath5k, which |
---|
73 | 72 | can be used for research purposes. This option should be disabled |
---|
74 | 73 | unless doing research. |
---|