iwlwifi: cleanup namespace
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / Kconfig
CommitLineData
c8b0e6e1
CH
1config IWL4965
2 tristate "Intel Wireless WiFi 4965AGN"
bb8c093b 3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
b481de9c 4 select FW_LOADER
b481de9c 5 ---help---
c8b0e6e1 6 Select to build the driver supporting the:
b481de9c 7
c8b0e6e1 8 Intel Wireless WiFi Link 4965AGN
b481de9c 9
c8b0e6e1 10 This driver uses the kernel's mac80211 subsystem.
b481de9c 11
c8b0e6e1
CH
12 See <file:Documentation/networking/README.iwlwifi> for
13 information on the capabilities currently enabled in this
14 driver and for tips for debugging any issues or problems.
b481de9c 15
c8b0e6e1
CH
16 In order to use this driver, you will need a microcode (uCode)
17 image for it. You can obtain the microcode from:
b481de9c 18
c8b0e6e1 19 <http://intellinuxwireless.org/>.
b481de9c 20
c8b0e6e1
CH
21 See the above referenced README.iwlwifi for information on where
22 to install the microcode images.
b481de9c 23
c8b0e6e1
CH
24 If you want to compile the driver as a module ( = code which can be
25 inserted in and remvoed from the running kernel whenever you want),
26 say M here and read <file:Documentation/kbuild/modules.txt>. The
27 module will be called iwl4965.ko.
b481de9c 28
c8b0e6e1
CH
29config IWL4965_QOS
30 bool "Enable Wireless QoS in iwl4965 driver"
31 depends on IWL4965
b481de9c 32 ---help---
c8b0e6e1
CH
33 This option will enable wireless quality of service (QoS) for the
34 iw4965 driver.
b481de9c 35
c8b0e6e1
CH
36config IWL4965_SPECTRUM_MEASUREMENT
37 bool "Enable Spectrum Measurement in iw4965 driver"
38 depends on IWL4965
b481de9c 39 ---help---
c8b0e6e1 40 This option will enable spectrum measurement for the iwl4965 driver.
b481de9c 41
c8b0e6e1
CH
42config IWL4965_SENSITIVITY
43 bool "Enable Sensitivity Calibration in iwl4965 driver"
44 depends on IWL4965
b481de9c 45 ---help---
c8b0e6e1
CH
46 This option will enable sensitivity calibration for the iwl4965
47 driver.
b481de9c 48
c8b0e6e1
CH
49config IWL4965_HT
50 bool "Enable 802.11n HT features in iwl4965 driver"
b481de9c 51 depends on EXPERIMENTAL
c8b0e6e1 52 depends on IWL4965 && MAC80211_HT
b481de9c
ZY
53 ---help---
54 This option enables IEEE 802.11n High Throughput features
c8b0e6e1 55 for the iwl4965 driver.
b481de9c 56
c8b0e6e1
CH
57config IWL4965_DEBUG
58 bool "Enable full debugging output in iwl4965 driver"
59 depends on IWL4965
b481de9c 60 ---help---
c8b0e6e1
CH
61 This option will enable debug tracing output for the iwl4965
62 driver.
b481de9c 63
c8b0e6e1
CH
64 This will result in the kernel module being ~100k larger. You can
65 control which debug output is sent to the kernel log by setting the
66 value in
b481de9c 67
c8b0e6e1 68 /sys/bus/pci/drivers/${DRIVER}/debug_level
b481de9c 69
c8b0e6e1 70 This entry will only exist if this option is enabled.
b481de9c 71
c8b0e6e1 72 To set a value, simply echo an 8-byte hex value to the same file:
b481de9c 73
c8b0e6e1 74 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
b481de9c 75
c8b0e6e1
CH
76 You can find the list of debug mask values in:
77 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
b481de9c 78
c8b0e6e1
CH
79 If this is your first time using this driver, you should say Y here
80 as the debug information can assist others in helping you resolve
81 any problems you may encounter.
b481de9c
ZY
82
83config IWL3945
84 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
bb8c093b 85 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
c8b0e6e1 86 select FW_LOADER
b481de9c
ZY
87 ---help---
88 Select to build the driver supporting the:
89
90 Intel PRO/Wireless 3945ABG/BG Network Connection
91
92 This driver uses the kernel's mac80211 subsystem.
93
94 See <file:Documentation/networking/README.iwlwifi> for
95 information on the capabilities currently enabled in this
96 driver and for tips for debugging any issues or problems.
97
98 In order to use this driver, you will need a microcode (uCode)
99 image for it. You can obtain the microcode from:
100
101 <http://intellinuxwireless.org/>.
102
103 See the above referenced README.iwlwifi for information on where
104 to install the microcode images.
105
106 If you want to compile the driver as a module ( = code which can be
107 inserted in and remvoed from the running kernel whenever you want),
e403149c
DH
108 say M here and read <file:Documentation/kbuild/modules.txt>. The
109 module will be called iwl3945.ko.
c8b0e6e1
CH
110
111config IWL3945_QOS
112 bool "Enable Wireless QoS in iwl3945 driver"
113 depends on IWL3945
c8b0e6e1
CH
114 ---help---
115 This option will enable wireless quality of service (QoS) for the
116 iwl3945 driver.
117
118config IWL3945_SPECTRUM_MEASUREMENT
119 bool "Enable Spectrum Measurement in iwl3945 drivers"
120 depends on IWL3945
c8b0e6e1
CH
121 ---help---
122 This option will enable spectrum measurement for the iwl3945 driver.
123
124config IWL3945_DEBUG
125 bool "Enable full debugging output in iwl3945 driver"
126 depends on IWL3945
c8b0e6e1
CH
127 ---help---
128 This option will enable debug tracing output for the iwl3945
129 driver.
130
131 This will result in the kernel module being ~100k larger. You can
132 control which debug output is sent to the kernel log by setting the
133 value in
134
135 /sys/bus/pci/drivers/${DRIVER}/debug_level
136
137 This entry will only exist if this option is enabled.
138
139 To set a value, simply echo an 8-byte hex value to the same file:
140
141 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
142
143 You can find the list of debug mask values in:
144 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
145
146 If this is your first time using this driver, you should say Y here
147 as the debug information can assist others in helping you resolve
148 any problems you may encounter.
149
This page took 0.091196 seconds and 5 git commands to generate.