blob: 47bee0ee0a7c3b1a040f477f450a2ecd4692e4ee [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
John W. Linville7e272fc2008-09-24 18:13:14 -04007 select LIB80211
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
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
Reinette Chatreeadd3c42008-04-14 21:16:12 -070017config IWLWIFI_RFKILL
Tomas Winkler4fc22b22008-07-21 18:54:42 +030018 boolean "Iwlwifi RF kill support"
Mohamed Abbasad97edd2008-03-28 16:21:06 -070019 depends on IWLCORE
Mohamed Abbasad97edd2008-03-28 16:21:06 -070020
Tomas Winkler4fc22b22008-07-21 18:54:42 +030021config IWLWIFI_DEBUG
22 bool "Enable full debugging output in iwlagn driver"
23 depends on IWLCORE
24 ---help---
25 This option will enable debug tracing output for the iwlwifi drivers
26
27 This will result in the kernel module being ~100k larger. You can
28 control which debug output is sent to the kernel log by setting the
29 value in
30
31 /sys/class/net/wlan0/device/debug_level
32
33 This entry will only exist if this option is enabled.
34
35 To set a value, simply echo an 8-byte hex value to the same file:
36
37 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
38
39 You can find the list of debug mask values in:
40 drivers/net/wireless/iwlwifi/iwl-debug.h
41
42 If this is your first time using this driver, you should say Y here
43 as the debug information can assist others in helping you resolve
44 any problems you may encounter.
45
46config IWLWIFI_DEBUGFS
47 bool "Iwlwifi debugfs support"
48 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
49 ---help---
50 Enable creation of debugfs files for the iwlwifi drivers.
51
52config IWLAGN
53 tristate "Intel Wireless WiFi Next Gen AGN"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -080054 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080055 select FW_LOADER
Tomas Winklerdf48c322008-03-06 10:40:19 -080056 select IWLCORE
Zhu Yib481de92007-09-25 17:54:57 -070057 ---help---
58 Select to build the driver supporting the:
59
Tomas Winkler4fc22b22008-07-21 18:54:42 +030060 Intel Wireless WiFi Link Next-Gen AGN
Zhu Yib481de92007-09-25 17:54:57 -070061
62 This driver uses the kernel's mac80211 subsystem.
63
Zhu Yib481de92007-09-25 17:54:57 -070064 In order to use this driver, you will need a microcode (uCode)
65 image for it. You can obtain the microcode from:
66
67 <http://intellinuxwireless.org/>.
68
Reinette Chatree7a28272008-01-14 17:46:24 -080069 The microcode is typically installed in /lib/firmware. You can
70 look in the hotplug script /etc/hotplug/firmware.agent to
71 determine which directory FIRMWARE_DIR is set to when the script
72 runs.
Zhu Yib481de92007-09-25 17:54:57 -070073
74 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010075 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070076 say M here and read <file:Documentation/kbuild/modules.txt>. The
Tomas Winkler4fc22b22008-07-21 18:54:42 +030077 module will be called iwlagn.ko.
Zhu Yib481de92007-09-25 17:54:57 -070078
Tomas Winkler4fc22b22008-07-21 18:54:42 +030079config IWLAGN_SPECTRUM_MEASUREMENT
80 bool "Enable Spectrum Measurement in iwlagn driver"
81 depends on IWLAGN
82 ---help---
83 This option will enable spectrum measurement for the iwlagn driver.
84
85config IWLAGN_LEDS
86 bool "Enable LEDS features in iwlagn driver"
87 depends on IWLAGN
John W. Linville53f36d72008-04-02 12:10:04 -040088 select IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070089 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +030090 This option enables LEDS for the iwlagn drivers
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070091
92
Tomas Winkler4fc22b22008-07-21 18:54:42 +030093config IWL4965
94 bool "Intel Wireless WiFi 4965AGN"
95 depends on IWLAGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080096 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +030097 This option enables support for Intel Wireless WiFi Link 4965AGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080098
Tomas Winkler5a6a2562008-04-24 11:55:23 -070099config IWL5000
100 bool "Intel Wireless WiFi 5000AGN"
Tomas Winkler4fc22b22008-07-21 18:54:42 +0300101 depends on IWLAGN
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700102 ---help---
103 This option enables support for Intel Wireless WiFi Link 5000AGN Family
Tomas Winkler712b6cf2008-03-12 16:58:52 -0700104
Zhu Yib481de92007-09-25 17:54:57 -0700105config IWL3945
106 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800107 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800108 select FW_LOADER
John W. Linville7e272fc2008-09-24 18:13:14 -0400109 select LIB80211
Jason Riedy358c1292008-04-27 15:38:30 -0700110 select IWLWIFI
Adrian Bunk3a8209d2008-04-29 22:29:59 -0700111 select MAC80211_LEDS if IWL3945_LEDS
112 select LEDS_CLASS if IWL3945_LEDS
Adel Gadllah80fcc9e2008-07-01 17:49:50 +0200113 select RFKILL if IWL3945_RFKILL
Zhu Yib481de92007-09-25 17:54:57 -0700114 ---help---
115 Select to build the driver supporting the:
116
117 Intel PRO/Wireless 3945ABG/BG Network Connection
118
119 This driver uses the kernel's mac80211 subsystem.
120
Zhu Yib481de92007-09-25 17:54:57 -0700121 In order to use this driver, you will need a microcode (uCode)
122 image for it. You can obtain the microcode from:
123
124 <http://intellinuxwireless.org/>.
125
Reinette Chatree7a28272008-01-14 17:46:24 -0800126 The microcode is typically installed in /lib/firmware. You can
127 look in the hotplug script /etc/hotplug/firmware.agent to
128 determine which directory FIRMWARE_DIR is set to when the script
129 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700130
131 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100132 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700133 say M here and read <file:Documentation/kbuild/modules.txt>. The
134 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800135
Adel Gadllah80fcc9e2008-07-01 17:49:50 +0200136config IWL3945_RFKILL
137 bool "Enable RF kill support in iwl3945 drivers"
138 depends on IWL3945
139
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800140config IWL3945_SPECTRUM_MEASUREMENT
141 bool "Enable Spectrum Measurement in iwl3945 drivers"
142 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800143 ---help---
144 This option will enable spectrum measurement for the iwl3945 driver.
145
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700146config IWL3945_LEDS
147 bool "Enable LEDS features in iwl3945 driver"
David S. Millere82404a2008-04-23 03:34:31 -0700148 depends on IWL3945
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700149 ---help---
150 This option enables LEDS for the iwl3945 driver.
151
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800152config IWL3945_DEBUG
153 bool "Enable full debugging output in iwl3945 driver"
154 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800155 ---help---
156 This option will enable debug tracing output for the iwl3945
157 driver.
158
159 This will result in the kernel module being ~100k larger. You can
160 control which debug output is sent to the kernel log by setting the
161 value in
162
163 /sys/bus/pci/drivers/${DRIVER}/debug_level
164
165 This entry will only exist if this option is enabled.
166
167 To set a value, simply echo an 8-byte hex value to the same file:
168
169 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
170
171 You can find the list of debug mask values in:
172 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
173
174 If this is your first time using this driver, you should say Y here
175 as the debug information can assist others in helping you resolve
176 any problems you may encounter.
177