forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/net/wireless/ath/ath5k/Kconfig
....@@ -1,13 +1,12 @@
1
+# SPDX-License-Identifier: ISC
12 config ATH5K
23 tristate "Atheros 5xxx wireless cards support"
34 depends on (PCI || ATH25) && MAC80211
45 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
87 select ATH5K_AHB if ATH25
98 select ATH5K_PCI if !ATH25
10
- ---help---
9
+ help
1110 This module adds support for wireless adapters based on
1211 Atheros 5xxx chipset.
1312
....@@ -24,7 +23,7 @@
2423 config ATH5K_DEBUG
2524 bool "Atheros 5xxx debugging"
2625 depends on ATH5K
27
- ---help---
26
+ help
2827 Atheros 5xxx debugging messages.
2928
3029 Say Y, if and you will get debug options for ath5k.
....@@ -44,7 +43,7 @@
4443 bool "Atheros 5xxx tracer"
4544 depends on ATH5K
4645 depends on EVENT_TRACING
47
- ---help---
46
+ help
4847 Say Y here to enable tracepoints for the ath5k driver
4948 using the kernel tracing infrastructure. Select this
5049 option if you are interested in debugging the driver.
....@@ -53,22 +52,22 @@
5352
5453 config ATH5K_AHB
5554 bool "Atheros 5xxx AHB bus support"
56
- depends on ATH25
57
- ---help---
55
+ depends on ATH25 && ATH5K
56
+ help
5857 This adds support for WiSoC type chipsets of the 5xxx Atheros
5958 family.
6059
6160 config ATH5K_PCI
6261 bool "Atheros 5xxx PCI bus support"
6362 depends on (!ATH25 && PCI)
64
- ---help---
63
+ help
6564 This adds support for PCI type chipsets of the 5xxx Atheros
6665 family.
6766
6867 config ATH5K_TEST_CHANNELS
6968 bool "Enables testing channels on ath5k"
7069 depends on ATH5K && CFG80211_CERTIFICATION_ONUS
71
- ---help---
70
+ help
7271 This enables non-standard IEEE 802.11 channels on ath5k, which
7372 can be used for research purposes. This option should be disabled
7473 unless doing research.