57 lines · plain
1# SPDX-License-Identifier: ISC2config WIL62103 tristate "Wilocity 60g WiFi card wil6210 support"4 select WANT_DEV_COREDUMP5 select CRC326 depends on CFG802117 depends on PCI8 default n9 help10 This module adds support for wireless adapter based on11 wil6210 chip by Wilocity. It supports operation on the12 60 GHz band, covered by the IEEE802.11ad standard.13 14 https://wireless.wiki.kernel.org/en/users/Drivers/wil621015 16 If you choose to build it as a module, it will be called17 wil621018 19config WIL6210_ISR_COR20 bool "Use Clear-On-Read mode for ISR registers for wil6210"21 depends on WIL621022 default y23 help24 ISR registers on wil6210 chip may operate in either25 COR (Clear-On-Read) or W1C (Write-1-to-Clear) mode.26 For production code, use COR (say y); is default since27 it saves extra target transaction;28 For ISR debug, use W1C (say n); is allows to monitor ISR29 registers with debugfs. If COR were used, ISR would30 self-clear when accessed for debug purposes, it makes31 such monitoring impossible.32 Say y unless you debug interrupts33 34config WIL6210_TRACING35 bool "wil6210 tracing support"36 depends on WIL621037 depends on EVENT_TRACING38 default n39 help40 Say Y here to enable tracepoints for the wil6210 driver41 using the kernel tracing infrastructure. Select this42 option if you are interested in debugging the driver.43 44 If unsure, say Y to make it easier to debug problems.45 46config WIL6210_DEBUGFS47 bool "wil6210 debugfs support"48 depends on WIL621049 depends on DEBUG_FS50 default y51 help52 Say Y here to enable wil6210 debugfs support, using the53 kernel debugfs infrastructure. Select this54 option if you are interested in debugging the driver.55 56 If unsure, say Y to make it easier to debug problems.57