blob: 5f3e849043f7508140d77789ad0d4e72a129b38a [file] [log] [blame]
Jason Riedy358c1292008-04-27 15:38:30 -07001config IWLWIFI
Adrian Bunk1da5ea12008-05-06 00:04:47 -07002 tristate
Jason Riedy358c1292008-04-27 15:38:30 -07003
Tomas Winklerdf48c322008-03-06 10:40:19 -08004config IWLCORE
5 tristate "Intel Wireless Wifi Core"
6 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Jason Riedy358c1292008-04-27 15:38:30 -07007 select IWLWIFI
Adrian Bunk3a8209d2008-04-29 22:29:59 -07008 select MAC80211_LEDS if IWLWIFI_LEDS
9 select LEDS_CLASS if IWLWIFI_LEDS
10 select RFKILL if IWLWIFI_RFKILL
11 select RFKILL_INPUT if IWLWIFI_RFKILL
Tomas Winklerdf48c322008-03-06 10:40:19 -080012
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070013config IWLWIFI_LEDS
John W. Linville53f36d72008-04-02 12:10:04 -040014 bool
15 default n
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070016
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070017config IWLWIFI_RUN_TIME_CALIB
18 bool
19 depends on IWLCORE
20 default n
21 ---help---
22 This option will enable run time calibration for the iwlwifi driver.
23 These calibrations are Sensitivity and Chain Noise.
24
25
Reinette Chatreeadd3c42008-04-14 21:16:12 -070026config IWLWIFI_RFKILL
Mohamed Abbasad97edd2008-03-28 16:21:06 -070027 boolean "IWLWIFI RF kill support"
28 depends on IWLCORE
Mohamed Abbasad97edd2008-03-28 16:21:06 -070029
Zhu Yib481de92007-09-25 17:54:57 -070030config IWL4965
31 tristate "Intel Wireless WiFi 4965AGN"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -080032 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080033 select FW_LOADER
Tomas Winklerdf48c322008-03-06 10:40:19 -080034 select IWLCORE
Zhu Yib481de92007-09-25 17:54:57 -070035 ---help---
36 Select to build the driver supporting the:
37
38 Intel Wireless WiFi Link 4965AGN
39
40 This driver uses the kernel's mac80211 subsystem.
41
Zhu Yib481de92007-09-25 17:54:57 -070042 In order to use this driver, you will need a microcode (uCode)
43 image for it. You can obtain the microcode from:
44
45 <http://intellinuxwireless.org/>.
46
Reinette Chatree7a28272008-01-14 17:46:24 -080047 The microcode is typically installed in /lib/firmware. You can
48 look in the hotplug script /etc/hotplug/firmware.agent to
49 determine which directory FIRMWARE_DIR is set to when the script
50 runs.
Zhu Yib481de92007-09-25 17:54:57 -070051
52 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010053 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070054 say M here and read <file:Documentation/kbuild/modules.txt>. The
55 module will be called iwl4965.ko.
Zhu Yib481de92007-09-25 17:54:57 -070056
Ron Rindjunsky923effd2007-11-26 16:14:35 +020057config IWL4965_HT
58 bool "Enable 802.11n HT features in iwl4965 driver"
59 depends on EXPERIMENTAL
Ron Rindjunsky292ae172008-02-06 11:20:39 -080060 depends on IWL4965
Ron Rindjunsky923effd2007-11-26 16:14:35 +020061 ---help---
62 This option enables IEEE 802.11n High Throughput features
63 for the iwl4965 driver.
64
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070065config IWL4965_LEDS
66 bool "Enable LEDS features in iwl4965 driver"
David S. Millere82404a2008-04-23 03:34:31 -070067 depends on IWL4965
John W. Linville53f36d72008-04-02 12:10:04 -040068 select IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070069 ---help---
70 This option enables LEDS for the iwlwifi drivers
71
72
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080073config IWL4965_SPECTRUM_MEASUREMENT
Zhu Yi66c6b132008-01-04 22:53:11 -080074 bool "Enable Spectrum Measurement in iwl4965 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080075 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080076 ---help---
77 This option will enable spectrum measurement for the iwl4965 driver.
78
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070079config IWL4965_RUN_TIME_CALIB
80 bool "Enable run time Calibration for 4965 NIC"
81 select IWLWIFI_RUN_TIME_CALIB
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080082 depends on IWL4965
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070083 default y
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080084 ---help---
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070085 This option will enable run time calibration for the iwl4965 driver.
86 These calibrations are Sensitivity and Chain Noise. If unsure, say yes
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080087
Tomas Winkler0a6857e2008-03-12 16:58:49 -070088config IWLWIFI_DEBUG
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080089 bool "Enable full debugging output in iwl4965 driver"
90 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080091 ---help---
92 This option will enable debug tracing output for the iwl4965
93 driver.
94
95 This will result in the kernel module being ~100k larger. You can
96 control which debug output is sent to the kernel log by setting the
97 value in
98
Ester Kummer8cf769c2008-05-06 11:05:11 +080099 /sys/class/net/wlan0/device/debug_level
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800100
101 This entry will only exist if this option is enabled.
102
103 To set a value, simply echo an 8-byte hex value to the same file:
104
Ester Kummer8cf769c2008-05-06 11:05:11 +0800105 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800106
107 You can find the list of debug mask values in:
108 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
109
110 If this is your first time using this driver, you should say Y here
111 as the debug information can assist others in helping you resolve
112 any problems you may encounter.
113
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700114config IWL5000
115 bool "Intel Wireless WiFi 5000AGN"
116 depends on IWL4965
117 ---help---
118 This option enables support for Intel Wireless WiFi Link 5000AGN Family
119 Dependency on 4965 is temporary
120
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700121config IWL5000_RUN_TIME_CALIB
122 bool "Enable run time Calibration for 5000 NIC"
123 select IWLWIFI_RUN_TIME_CALIB
124 depends on IWL5000
125 default y
126 ---help---
127 This option will enable run time calibration for the iwl5000 driver.
128 These calibrations are Sensitivity and Chain Noise. If unsure, say yes
129
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700130
Tomas Winkler712b6cf2008-03-12 16:58:52 -0700131config IWLWIFI_DEBUGFS
132 bool "Iwlwifi debugfs support"
133 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
134 ---help---
135 Enable creation of debugfs files for the iwlwifi drivers.
136
Zhu Yib481de92007-09-25 17:54:57 -0700137config IWL3945
138 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800139 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800140 select FW_LOADER
Jason Riedy358c1292008-04-27 15:38:30 -0700141 select IWLWIFI
Adrian Bunk3a8209d2008-04-29 22:29:59 -0700142 select MAC80211_LEDS if IWL3945_LEDS
143 select LEDS_CLASS if IWL3945_LEDS
Zhu Yib481de92007-09-25 17:54:57 -0700144 ---help---
145 Select to build the driver supporting the:
146
147 Intel PRO/Wireless 3945ABG/BG Network Connection
148
149 This driver uses the kernel's mac80211 subsystem.
150
Zhu Yib481de92007-09-25 17:54:57 -0700151 In order to use this driver, you will need a microcode (uCode)
152 image for it. You can obtain the microcode from:
153
154 <http://intellinuxwireless.org/>.
155
Reinette Chatree7a28272008-01-14 17:46:24 -0800156 The microcode is typically installed in /lib/firmware. You can
157 look in the hotplug script /etc/hotplug/firmware.agent to
158 determine which directory FIRMWARE_DIR is set to when the script
159 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700160
161 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100162 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700163 say M here and read <file:Documentation/kbuild/modules.txt>. The
164 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800165
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800166config IWL3945_SPECTRUM_MEASUREMENT
167 bool "Enable Spectrum Measurement in iwl3945 drivers"
168 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800169 ---help---
170 This option will enable spectrum measurement for the iwl3945 driver.
171
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700172config IWL3945_LEDS
173 bool "Enable LEDS features in iwl3945 driver"
David S. Millere82404a2008-04-23 03:34:31 -0700174 depends on IWL3945
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700175 ---help---
176 This option enables LEDS for the iwl3945 driver.
177
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800178config IWL3945_DEBUG
179 bool "Enable full debugging output in iwl3945 driver"
180 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800181 ---help---
182 This option will enable debug tracing output for the iwl3945
183 driver.
184
185 This will result in the kernel module being ~100k larger. You can
186 control which debug output is sent to the kernel log by setting the
187 value in
188
189 /sys/bus/pci/drivers/${DRIVER}/debug_level
190
191 This entry will only exist if this option is enabled.
192
193 To set a value, simply echo an 8-byte hex value to the same file:
194
195 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
196
197 You can find the list of debug mask values in:
198 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
199
200 If this is your first time using this driver, you should say Y here
201 as the debug information can assist others in helping you resolve
202 any problems you may encounter.
203