blob: 2bc7a9bfc56e58705f8b545162b5a7901e5b3138 [file] [log] [blame]
Jason Riedy358c1292008-04-27 15:38:30 -07001config IWLWIFI
2 bool
3 default n
4
Tomas Winklerdf48c322008-03-06 10:40:19 -08005config IWLCORE
6 tristate "Intel Wireless Wifi Core"
7 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Jason Riedy358c1292008-04-27 15:38:30 -07008 select IWLWIFI
Adrian Bunk3a8209d2008-04-29 22:29:59 -07009 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
Tomas Winklerdf48c322008-03-06 10:40:19 -080013
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070014config IWLWIFI_LEDS
John W. Linville53f36d72008-04-02 12:10:04 -040015 bool
16 default n
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070017
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070018config 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
Reinette Chatreeadd3c42008-04-14 21:16:12 -070027config IWLWIFI_RFKILL
Mohamed Abbasad97edd2008-03-28 16:21:06 -070028 boolean "IWLWIFI RF kill support"
29 depends on IWLCORE
Mohamed Abbasad97edd2008-03-28 16:21:06 -070030
Zhu Yib481de92007-09-25 17:54:57 -070031config IWL4965
32 tristate "Intel Wireless WiFi 4965AGN"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -080033 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080034 select FW_LOADER
Tomas Winklerdf48c322008-03-06 10:40:19 -080035 select IWLCORE
Zhu Yib481de92007-09-25 17:54:57 -070036 ---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
Zhu Yib481de92007-09-25 17:54:57 -070043 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
Reinette Chatree7a28272008-01-14 17:46:24 -080048 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.
Zhu Yib481de92007-09-25 17:54:57 -070052
53 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010054 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070055 say M here and read <file:Documentation/kbuild/modules.txt>. The
56 module will be called iwl4965.ko.
Zhu Yib481de92007-09-25 17:54:57 -070057
Ron Rindjunsky923effd2007-11-26 16:14:35 +020058config IWL4965_HT
59 bool "Enable 802.11n HT features in iwl4965 driver"
60 depends on EXPERIMENTAL
Ron Rindjunsky292ae172008-02-06 11:20:39 -080061 depends on IWL4965
Ron Rindjunsky923effd2007-11-26 16:14:35 +020062 ---help---
63 This option enables IEEE 802.11n High Throughput features
64 for the iwl4965 driver.
65
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070066config IWL4965_LEDS
67 bool "Enable LEDS features in iwl4965 driver"
David S. Millere82404a2008-04-23 03:34:31 -070068 depends on IWL4965
John W. Linville53f36d72008-04-02 12:10:04 -040069 select IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070070 ---help---
71 This option enables LEDS for the iwlwifi drivers
72
73
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080074config IWL4965_SPECTRUM_MEASUREMENT
Zhu Yi66c6b132008-01-04 22:53:11 -080075 bool "Enable Spectrum Measurement in iwl4965 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080076 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080077 ---help---
78 This option will enable spectrum measurement for the iwl4965 driver.
79
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070080config IWL4965_RUN_TIME_CALIB
81 bool "Enable run time Calibration for 4965 NIC"
82 select IWLWIFI_RUN_TIME_CALIB
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080083 depends on IWL4965
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070084 default y
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080085 ---help---
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070086 This option will enable run time calibration for the iwl4965 driver.
87 These calibrations are Sensitivity and Chain Noise. If unsure, say yes
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080088
Tomas Winkler0a6857e2008-03-12 16:58:49 -070089config IWLWIFI_DEBUG
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080090 bool "Enable full debugging output in iwl4965 driver"
91 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080092 ---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
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700115config 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
Tomas Winkler712b6cf2008-03-12 16:58:52 -0700123config 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
Zhu Yib481de92007-09-25 17:54:57 -0700129config IWL3945
130 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800131 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800132 select FW_LOADER
Jason Riedy358c1292008-04-27 15:38:30 -0700133 select IWLWIFI
Adrian Bunk3a8209d2008-04-29 22:29:59 -0700134 select MAC80211_LEDS if IWL3945_LEDS
135 select LEDS_CLASS if IWL3945_LEDS
Zhu Yib481de92007-09-25 17:54:57 -0700136 ---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
Zhu Yib481de92007-09-25 17:54:57 -0700143 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
Reinette Chatree7a28272008-01-14 17:46:24 -0800148 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.
Zhu Yib481de92007-09-25 17:54:57 -0700152
153 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100154 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700155 say M here and read <file:Documentation/kbuild/modules.txt>. The
156 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800157
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800158config IWL3945_SPECTRUM_MEASUREMENT
159 bool "Enable Spectrum Measurement in iwl3945 drivers"
160 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800161 ---help---
162 This option will enable spectrum measurement for the iwl3945 driver.
163
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700164config IWL3945_LEDS
165 bool "Enable LEDS features in iwl3945 driver"
David S. Millere82404a2008-04-23 03:34:31 -0700166 depends on IWL3945
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700167 ---help---
168 This option enables LEDS for the iwl3945 driver.
169
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800170config IWL3945_DEBUG
171 bool "Enable full debugging output in iwl3945 driver"
172 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800173 ---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