.. | .. |
---|
| 1 | +# SPDX-License-Identifier: ISC |
---|
1 | 2 | config WIL6210 |
---|
2 | 3 | tristate "Wilocity 60g WiFi card wil6210 support" |
---|
3 | 4 | select WANT_DEV_COREDUMP |
---|
.. | .. |
---|
5 | 6 | depends on CFG80211 |
---|
6 | 7 | depends on PCI |
---|
7 | 8 | default n |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | This module adds support for wireless adapter based on |
---|
10 | 11 | wil6210 chip by Wilocity. It supports operation on the |
---|
11 | 12 | 60 GHz band, covered by the IEEE802.11ad standard. |
---|
12 | 13 | |
---|
13 | | - http://wireless.kernel.org/en/users/Drivers/wil6210 |
---|
| 14 | + https://wireless.wiki.kernel.org/en/users/Drivers/wil6210 |
---|
14 | 15 | |
---|
15 | 16 | If you choose to build it as a module, it will be called |
---|
16 | 17 | wil6210 |
---|
.. | .. |
---|
19 | 20 | bool "Use Clear-On-Read mode for ISR registers for wil6210" |
---|
20 | 21 | depends on WIL6210 |
---|
21 | 22 | default y |
---|
22 | | - ---help--- |
---|
| 23 | + help |
---|
23 | 24 | ISR registers on wil6210 chip may operate in either |
---|
24 | 25 | COR (Clear-On-Read) or W1C (Write-1-to-Clear) mode. |
---|
25 | 26 | For production code, use COR (say y); is default since |
---|
.. | .. |
---|
35 | 36 | depends on WIL6210 |
---|
36 | 37 | depends on EVENT_TRACING |
---|
37 | 38 | default n |
---|
38 | | - ---help--- |
---|
| 39 | + help |
---|
39 | 40 | Say Y here to enable tracepoints for the wil6210 driver |
---|
40 | 41 | using the kernel tracing infrastructure. Select this |
---|
41 | 42 | option if you are interested in debugging the driver. |
---|
.. | .. |
---|
47 | 48 | depends on WIL6210 |
---|
48 | 49 | depends on DEBUG_FS |
---|
49 | 50 | default y |
---|
50 | | - ---help--- |
---|
| 51 | + help |
---|
51 | 52 | Say Y here to enable wil6210 debugfs support, using the |
---|
52 | 53 | kernel debugfs infrastructure. Select this |
---|
53 | 54 | option if you are interested in debugging the driver. |
---|