xref: /linux/drivers/net/wireless/ath/wil6210/Kconfig (revision 2be7d22f062535de59babdb4b5e9de9ff31e817e)
1*2be7d22fSVladimir Kondratievconfig WIL6210
2*2be7d22fSVladimir Kondratiev	tristate "Wilocity 60g WiFi card wil6210 support"
3*2be7d22fSVladimir Kondratiev	depends on CFG80211
4*2be7d22fSVladimir Kondratiev	depends on PCI
5*2be7d22fSVladimir Kondratiev	default n
6*2be7d22fSVladimir Kondratiev	---help---
7*2be7d22fSVladimir Kondratiev	  This module adds support for wireless adapter based on
8*2be7d22fSVladimir Kondratiev	  wil6210 chip by Wilocity. It supports operation on the
9*2be7d22fSVladimir Kondratiev	  60 GHz band, covered by the IEEE802.11ad standard.
10*2be7d22fSVladimir Kondratiev
11*2be7d22fSVladimir Kondratiev	  http://wireless.kernel.org/en/users/Drivers/wil6210
12*2be7d22fSVladimir Kondratiev
13*2be7d22fSVladimir Kondratiev	  If you choose to build it as a module, it will be called
14*2be7d22fSVladimir Kondratiev	  wil6210
15*2be7d22fSVladimir Kondratiev
16*2be7d22fSVladimir Kondratievconfig WIL6210_ISR_COR
17*2be7d22fSVladimir Kondratiev	bool "Use Clear-On-Read mode for ISR registers for wil6210"
18*2be7d22fSVladimir Kondratiev	depends on WIL6210
19*2be7d22fSVladimir Kondratiev	default y
20*2be7d22fSVladimir Kondratiev	---help---
21*2be7d22fSVladimir Kondratiev	  ISR registers on wil6210 chip may operate in either
22*2be7d22fSVladimir Kondratiev	  COR (Clear-On-Read) or W1C (Write-1-to-Clear) mode.
23*2be7d22fSVladimir Kondratiev	  For production code, use COR (say y); is default since
24*2be7d22fSVladimir Kondratiev	  it saves extra target transaction;
25*2be7d22fSVladimir Kondratiev	  For ISR debug, use W1C (say n); is allows to monitor ISR
26*2be7d22fSVladimir Kondratiev	  registers with debugfs. If COR were used, ISR would
27*2be7d22fSVladimir Kondratiev	  self-clear when accessed for debug purposes, it makes
28*2be7d22fSVladimir Kondratiev	  such monitoring impossible.
29*2be7d22fSVladimir Kondratiev	  Say y unless you debug interrupts
30