forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/net/wireless/ath/ath6kl/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: ISC
12 config ATH6KL
23 tristate "Atheros mobile chipsets support"
34 depends on CFG80211
4
- ---help---
5
+ help
56 This module adds core support for wireless adapters based on
67 Atheros AR6003 and AR6004 chipsets. You still need separate
78 bus drivers for USB and SDIO to be able to use real devices.
....@@ -14,7 +15,7 @@
1415 tristate "Atheros ath6kl SDIO support"
1516 depends on ATH6KL
1617 depends on MMC
17
- ---help---
18
+ help
1819 This module adds support for wireless adapters based on
1920 Atheros AR6003 and AR6004 chipsets running over SDIO. If you
2021 choose to build it as a module, it will be called ath6kl_sdio.
....@@ -25,7 +26,7 @@
2526 tristate "Atheros ath6kl USB support"
2627 depends on ATH6KL
2728 depends on USB
28
- ---help---
29
+ help
2930 This module adds support for wireless adapters based on
3031 Atheros AR6004 chipset and chipsets based on it running over
3132 USB. If you choose to build it as a module, it will be
....@@ -34,7 +35,7 @@
3435 config ATH6KL_DEBUG
3536 bool "Atheros ath6kl debugging"
3637 depends on ATH6KL
37
- ---help---
38
+ help
3839 Enables ath6kl debug support, including debug messages
3940 enabled with debug_mask module parameter and debugfs
4041 interface.
....@@ -45,7 +46,7 @@
4546 bool "Atheros ath6kl tracing support"
4647 depends on ATH6KL
4748 depends on EVENT_TRACING
48
- ---help---
49
+ help
4950 Select this to ath6kl use tracing infrastructure which, for
5051 example, can be enabled with help of trace-cmd. All debug
5152 messages and commands are delivered to using individually
....@@ -57,7 +58,7 @@
5758 bool "Atheros ath6kl regdomain support"
5859 depends on ATH6KL
5960 depends on CFG80211_CERTIFICATION_ONUS
60
- ---help---
61
+ help
6162 Enabling this makes it possible to change the regdomain in
6263 the firmware. This can be only enabled if regulatory requirements
6364 are taken into account.