]> err.no Git - linux-2.6/blob - drivers/net/wireless/iwlwifi/Kconfig
iwlwifi-5000: adding initial recognition for the 5000 family
[linux-2.6] / drivers / net / wireless / iwlwifi / Kconfig
1 config IWLWIFI
2         bool
3         default n
4
5 config IWLCORE
6         tristate "Intel Wireless Wifi Core"
7         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
8         select IWLWIFI
9         select MAC80211_LEDS if IWLWIFI_LEDS
10         select LEDS_CLASS if IWLWIFI_LEDS
11         select RFKILL if IWLWIFI_RFKILL
12         select RFKILL_INPUT if IWLWIFI_RFKILL
13
14 config IWLWIFI_LEDS
15         bool
16         default n
17
18 config IWLWIFI_RUN_TIME_CALIB
19         bool
20         depends on IWLCORE
21         default n
22         ---help---
23           This option will enable run time calibration for the iwlwifi driver.
24           These calibrations are Sensitivity and Chain Noise.
25
26
27 config IWLWIFI_RFKILL
28         boolean "IWLWIFI RF kill support"
29         depends on IWLCORE
30
31 config IWL4965
32         tristate "Intel Wireless WiFi 4965AGN"
33         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
34         select FW_LOADER
35         select IWLCORE
36         ---help---
37           Select to build the driver supporting the:
38
39           Intel Wireless WiFi Link 4965AGN
40
41           This driver uses the kernel's mac80211 subsystem.
42
43           In order to use this driver, you will need a microcode (uCode)
44           image for it. You can obtain the microcode from:
45
46                   <http://intellinuxwireless.org/>.
47
48           The microcode is typically installed in /lib/firmware. You can
49           look in the hotplug script /etc/hotplug/firmware.agent to
50           determine which directory FIRMWARE_DIR is set to when the script
51           runs.
52
53           If you want to compile the driver as a module ( = code which can be
54           inserted in and removed from the running kernel whenever you want),
55           say M here and read <file:Documentation/kbuild/modules.txt>.  The
56           module will be called iwl4965.ko.
57
58 config IWL4965_HT
59         bool "Enable 802.11n HT features in iwl4965 driver"
60         depends on EXPERIMENTAL
61         depends on IWL4965
62         ---help---
63           This option enables IEEE 802.11n High Throughput features
64           for the iwl4965 driver.
65
66 config IWL4965_LEDS
67         bool "Enable LEDS features in iwl4965 driver"
68         depends on IWL4965
69         select IWLWIFI_LEDS
70         ---help---
71           This option enables LEDS for the iwlwifi drivers
72
73
74 config IWL4965_SPECTRUM_MEASUREMENT
75         bool "Enable Spectrum Measurement in iwl4965 driver"
76         depends on IWL4965
77         ---help---
78           This option will enable spectrum measurement for the iwl4965 driver.
79
80 config IWL4965_RUN_TIME_CALIB
81         bool "Enable run time Calibration for 4965 NIC"
82         select IWLWIFI_RUN_TIME_CALIB
83         depends on IWL4965
84         default y
85         ---help---
86           This option will enable run time calibration for the iwl4965 driver.
87           These calibrations are Sensitivity and Chain Noise. If unsure, say yes
88
89 config IWLWIFI_DEBUG
90         bool "Enable full debugging output in iwl4965 driver"
91         depends on IWL4965
92         ---help---
93           This option will enable debug tracing output for the iwl4965
94           driver.
95
96           This will result in the kernel module being ~100k larger.  You can
97           control which debug output is sent to the kernel log by setting the
98           value in
99
100                   /sys/bus/pci/drivers/${DRIVER}/debug_level
101
102           This entry will only exist if this option is enabled.
103
104           To set a value, simply echo an 8-byte hex value to the same file:
105
106                   % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
107
108           You can find the list of debug mask values in:
109                   drivers/net/wireless/iwlwifi/iwl-4965-debug.h
110
111           If this is your first time using this driver, you should say Y here
112           as the debug information can assist others in helping you resolve
113           any problems you may encounter.
114
115 config IWL5000
116         bool "Intel Wireless WiFi 5000AGN"
117         depends on IWL4965
118         ---help---
119           This option enables support for Intel Wireless WiFi Link 5000AGN Family
120           Dependency on 4965 is temporary
121
122
123 config IWLWIFI_DEBUGFS
124         bool "Iwlwifi debugfs support"
125         depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
126         ---help---
127           Enable creation of debugfs files for the iwlwifi drivers.
128
129 config IWL3945
130         tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
131         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
132         select FW_LOADER
133         select IWLWIFI
134         select MAC80211_LEDS if IWL3945_LEDS
135         select LEDS_CLASS if IWL3945_LEDS
136         ---help---
137           Select to build the driver supporting the:
138
139           Intel PRO/Wireless 3945ABG/BG Network Connection
140
141           This driver uses the kernel's mac80211 subsystem.
142
143           In order to use this driver, you will need a microcode (uCode)
144           image for it. You can obtain the microcode from:
145
146                   <http://intellinuxwireless.org/>.
147
148           The microcode is typically installed in /lib/firmware. You can
149           look in the hotplug script /etc/hotplug/firmware.agent to
150           determine which directory FIRMWARE_DIR is set to when the script
151           runs.
152
153           If you want to compile the driver as a module ( = code which can be
154           inserted in and removed from the running kernel whenever you want),
155           say M here and read <file:Documentation/kbuild/modules.txt>.  The
156           module will be called iwl3945.ko.
157
158 config IWL3945_SPECTRUM_MEASUREMENT
159         bool "Enable Spectrum Measurement in iwl3945 drivers"
160         depends on IWL3945
161         ---help---
162           This option will enable spectrum measurement for the iwl3945 driver.
163
164 config IWL3945_LEDS
165         bool "Enable LEDS features in iwl3945 driver"
166         depends on IWL3945
167         ---help---
168           This option enables LEDS for the iwl3945 driver.
169
170 config IWL3945_DEBUG
171         bool "Enable full debugging output in iwl3945 driver"
172         depends on IWL3945
173         ---help---
174           This option will enable debug tracing output for the iwl3945
175           driver.
176
177           This will result in the kernel module being ~100k larger.  You can
178           control which debug output is sent to the kernel log by setting the
179           value in
180
181                   /sys/bus/pci/drivers/${DRIVER}/debug_level
182
183           This entry will only exist if this option is enabled.
184
185           To set a value, simply echo an 8-byte hex value to the same file:
186
187                   % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
188
189           You can find the list of debug mask values in:
190                   drivers/net/wireless/iwlwifi/iwl-3945-debug.h
191
192           If this is your first time using this driver, you should say Y here
193           as the debug information can assist others in helping you resolve
194           any problems you may encounter.
195