forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/net/wireless/ath/wil6210/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: ISC
12 config WIL6210
23 tristate "Wilocity 60g WiFi card wil6210 support"
34 select WANT_DEV_COREDUMP
....@@ -5,12 +6,12 @@
56 depends on CFG80211
67 depends on PCI
78 default n
8
- ---help---
9
+ help
910 This module adds support for wireless adapter based on
1011 wil6210 chip by Wilocity. It supports operation on the
1112 60 GHz band, covered by the IEEE802.11ad standard.
1213
13
- http://wireless.kernel.org/en/users/Drivers/wil6210
14
+ https://wireless.wiki.kernel.org/en/users/Drivers/wil6210
1415
1516 If you choose to build it as a module, it will be called
1617 wil6210
....@@ -19,7 +20,7 @@
1920 bool "Use Clear-On-Read mode for ISR registers for wil6210"
2021 depends on WIL6210
2122 default y
22
- ---help---
23
+ help
2324 ISR registers on wil6210 chip may operate in either
2425 COR (Clear-On-Read) or W1C (Write-1-to-Clear) mode.
2526 For production code, use COR (say y); is default since
....@@ -35,7 +36,7 @@
3536 depends on WIL6210
3637 depends on EVENT_TRACING
3738 default n
38
- ---help---
39
+ help
3940 Say Y here to enable tracepoints for the wil6210 driver
4041 using the kernel tracing infrastructure. Select this
4142 option if you are interested in debugging the driver.
....@@ -47,7 +48,7 @@
4748 depends on WIL6210
4849 depends on DEBUG_FS
4950 default y
50
- ---help---
51
+ help
5152 Say Y here to enable wil6210 debugfs support, using the
5253 kernel debugfs infrastructure. Select this
5354 option if you are interested in debugging the driver.