blob: b0ac0ce3fb9f6dfb4c8d126ded42f4621d9e2877 [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
Tomas Winklerdf48c322008-03-06 10:40:19 -080011
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070012config IWLWIFI_LEDS
John W. Linville53f36d72008-04-02 12:10:04 -040013 bool
14 default n
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070015
Reinette Chatreeadd3c42008-04-14 21:16:12 -070016config IWLWIFI_RFKILL
Tomas Winkler4fc22b22008-07-21 18:54:42 +030017 boolean "Iwlwifi RF kill support"
Mohamed Abbasad97edd2008-03-28 16:21:06 -070018 depends on IWLCORE
Mohamed Abbasad97edd2008-03-28 16:21:06 -070019
Tomas Winkler4fc22b22008-07-21 18:54:42 +030020config IWLWIFI_DEBUG
21 bool "Enable full debugging output in iwlagn driver"
22 depends on IWLCORE
23 ---help---
24 This option will enable debug tracing output for the iwlwifi drivers
25
26 This will result in the kernel module being ~100k larger. You can
27 control which debug output is sent to the kernel log by setting the
28 value in
29
30 /sys/class/net/wlan0/device/debug_level
31
32 This entry will only exist if this option is enabled.
33
34 To set a value, simply echo an 8-byte hex value to the same file:
35
36 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
37
38 You can find the list of debug mask values in:
39 drivers/net/wireless/iwlwifi/iwl-debug.h
40
41 If this is your first time using this driver, you should say Y here
42 as the debug information can assist others in helping you resolve
43 any problems you may encounter.
44
45config IWLWIFI_DEBUGFS
46 bool "Iwlwifi debugfs support"
47 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
48 ---help---
49 Enable creation of debugfs files for the iwlwifi drivers.
50
51config IWLAGN
52 tristate "Intel Wireless WiFi Next Gen AGN"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -080053 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080054 select FW_LOADER
Tomas Winklerdf48c322008-03-06 10:40:19 -080055 select IWLCORE
Zhu Yib481de92007-09-25 17:54:57 -070056 ---help---
57 Select to build the driver supporting the:
58
Tomas Winkler4fc22b22008-07-21 18:54:42 +030059 Intel Wireless WiFi Link Next-Gen AGN
Zhu Yib481de92007-09-25 17:54:57 -070060
61 This driver uses the kernel's mac80211 subsystem.
62
Zhu Yib481de92007-09-25 17:54:57 -070063 In order to use this driver, you will need a microcode (uCode)
64 image for it. You can obtain the microcode from:
65
66 <http://intellinuxwireless.org/>.
67
Reinette Chatree7a28272008-01-14 17:46:24 -080068 The microcode is typically installed in /lib/firmware. You can
69 look in the hotplug script /etc/hotplug/firmware.agent to
70 determine which directory FIRMWARE_DIR is set to when the script
71 runs.
Zhu Yib481de92007-09-25 17:54:57 -070072
73 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010074 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070075 say M here and read <file:Documentation/kbuild/modules.txt>. The
Tomas Winkler4fc22b22008-07-21 18:54:42 +030076 module will be called iwlagn.ko.
Zhu Yib481de92007-09-25 17:54:57 -070077
Tomas Winkler4fc22b22008-07-21 18:54:42 +030078config IWLAGN_SPECTRUM_MEASUREMENT
79 bool "Enable Spectrum Measurement in iwlagn driver"
80 depends on IWLAGN
81 ---help---
82 This option will enable spectrum measurement for the iwlagn driver.
83
84config IWLAGN_LEDS
85 bool "Enable LEDS features in iwlagn driver"
86 depends on IWLAGN
John W. Linville53f36d72008-04-02 12:10:04 -040087 select IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070088 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +030089 This option enables LEDS for the iwlagn drivers
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070090
91
Tomas Winkler4fc22b22008-07-21 18:54:42 +030092config IWL4965
93 bool "Intel Wireless WiFi 4965AGN"
94 depends on IWLAGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080095 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +030096 This option enables support for Intel Wireless WiFi Link 4965AGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080097
Tomas Winkler5a6a2562008-04-24 11:55:23 -070098config IWL5000
99 bool "Intel Wireless WiFi 5000AGN"
Tomas Winkler4fc22b22008-07-21 18:54:42 +0300100 depends on IWLAGN
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700101 ---help---
102 This option enables support for Intel Wireless WiFi Link 5000AGN Family
Tomas Winkler712b6cf2008-03-12 16:58:52 -0700103
Zhu Yib481de92007-09-25 17:54:57 -0700104config IWL3945
105 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800106 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800107 select FW_LOADER
Jason Riedy358c1292008-04-27 15:38:30 -0700108 select IWLWIFI
Adrian Bunk3a8209d2008-04-29 22:29:59 -0700109 select MAC80211_LEDS if IWL3945_LEDS
110 select LEDS_CLASS if IWL3945_LEDS
Adel Gadllah80fcc9e2008-07-01 17:49:50 +0200111 select RFKILL if IWL3945_RFKILL
Zhu Yib481de92007-09-25 17:54:57 -0700112 ---help---
113 Select to build the driver supporting the:
114
115 Intel PRO/Wireless 3945ABG/BG Network Connection
116
117 This driver uses the kernel's mac80211 subsystem.
118
Zhu Yib481de92007-09-25 17:54:57 -0700119 In order to use this driver, you will need a microcode (uCode)
120 image for it. You can obtain the microcode from:
121
122 <http://intellinuxwireless.org/>.
123
Reinette Chatree7a28272008-01-14 17:46:24 -0800124 The microcode is typically installed in /lib/firmware. You can
125 look in the hotplug script /etc/hotplug/firmware.agent to
126 determine which directory FIRMWARE_DIR is set to when the script
127 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700128
129 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100130 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700131 say M here and read <file:Documentation/kbuild/modules.txt>. The
132 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800133
Adel Gadllah80fcc9e2008-07-01 17:49:50 +0200134config IWL3945_RFKILL
135 bool "Enable RF kill support in iwl3945 drivers"
136 depends on IWL3945
137
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800138config IWL3945_SPECTRUM_MEASUREMENT
139 bool "Enable Spectrum Measurement in iwl3945 drivers"
140 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800141 ---help---
142 This option will enable spectrum measurement for the iwl3945 driver.
143
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700144config IWL3945_LEDS
145 bool "Enable LEDS features in iwl3945 driver"
David S. Millere82404a2008-04-23 03:34:31 -0700146 depends on IWL3945
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700147 ---help---
148 This option enables LEDS for the iwl3945 driver.
149
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800150config IWL3945_DEBUG
151 bool "Enable full debugging output in iwl3945 driver"
152 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800153 ---help---
154 This option will enable debug tracing output for the iwl3945
155 driver.
156
157 This will result in the kernel module being ~100k larger. You can
158 control which debug output is sent to the kernel log by setting the
159 value in
160
161 /sys/bus/pci/drivers/${DRIVER}/debug_level
162
163 This entry will only exist if this option is enabled.
164
165 To set a value, simply echo an 8-byte hex value to the same file:
166
167 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
168
169 You can find the list of debug mask values in:
170 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
171
172 If this is your first time using this driver, you should say Y here
173 as the debug information can assist others in helping you resolve
174 any problems you may encounter.
175