blob: e44e572acb923bf3b5108ae7562f4bf35d7cfdb1 [file] [log] [blame]
Jason Riedy358c1292008-04-27 15:38:30 -07001config IWLWIFI
Reinette Chatre80bc5392009-02-13 11:51:19 -08002 tristate "Intel Wireless Wifi"
Johannes Berg1d8c4ae92010-01-22 14:22:52 -08003 depends on PCI && MAC80211
Reinette Chatre80bc5392009-02-13 11:51:19 -08004 select FW_LOADER
Mohamed Abbasab53d8a2008-03-25 16:33:36 -07005
Reinette Chatre80bc5392009-02-13 11:51:19 -08006config IWLWIFI_SPECTRUM_MEASUREMENT
7 bool "Enable Spectrum Measurement in iwlagn driver"
8 depends on IWLWIFI
9 ---help---
10 This option will enable spectrum measurement for the iwlagn driver.
Mohamed Abbasad97edd2008-03-28 16:21:06 -070011
Tomas Winkler4fc22b22008-07-21 18:54:42 +030012config IWLWIFI_DEBUG
Samuel Ortizd08853a2009-01-23 13:45:17 -080013 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
Reinette Chatre80bc5392009-02-13 11:51:19 -080014 depends on IWLWIFI
Tomas Winkler4fc22b22008-07-21 18:54:42 +030015 ---help---
16 This option will enable debug tracing output for the iwlwifi drivers
17
18 This will result in the kernel module being ~100k larger. You can
19 control which debug output is sent to the kernel log by setting the
20 value in
21
22 /sys/class/net/wlan0/device/debug_level
23
24 This entry will only exist if this option is enabled.
25
26 To set a value, simply echo an 8-byte hex value to the same file:
27
28 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
29
30 You can find the list of debug mask values in:
31 drivers/net/wireless/iwlwifi/iwl-debug.h
32
33 If this is your first time using this driver, you should say Y here
34 as the debug information can assist others in helping you resolve
35 any problems you may encounter.
36
37config IWLWIFI_DEBUGFS
Reinette Chatre80bc5392009-02-13 11:51:19 -080038 bool "iwlagn debugfs support"
39 depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
Tomas Winkler4fc22b22008-07-21 18:54:42 +030040 ---help---
41 Enable creation of debugfs files for the iwlwifi drivers.
42
Johannes Bergbe1a71a2009-10-02 13:44:02 -070043config IWLWIFI_DEVICE_TRACING
44 bool "iwlwifi device access tracing"
45 depends on IWLWIFI
46 depends on EVENT_TRACING
47 help
48 Say Y here to trace all commands, including TX frames and IO
49 accesses, sent to the device. If you say yes, iwlwifi will
50 register with the ftrace framework for event tracing and dump
51 all this information to the ringbuffer, you may need to
52 increase the ringbuffer size. See the ftrace documentation
53 for more information.
54
55 When tracing is not enabled, this option still has some
56 (though rather small) overhead.
57
58 If unsure, say Y so we can help you better when problems
59 occur.
60
Tomas Winkler4fc22b22008-07-21 18:54:42 +030061config IWLAGN
Reinette Chatre80bc5392009-02-13 11:51:19 -080062 tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
Jay Sternbergf82d8d92009-01-19 15:30:31 -080063 depends on IWLWIFI
Zhu Yib481de92007-09-25 17:54:57 -070064 ---help---
65 Select to build the driver supporting the:
66
Tomas Winkler4fc22b22008-07-21 18:54:42 +030067 Intel Wireless WiFi Link Next-Gen AGN
Zhu Yib481de92007-09-25 17:54:57 -070068
69 This driver uses the kernel's mac80211 subsystem.
70
Zhu Yib481de92007-09-25 17:54:57 -070071 In order to use this driver, you will need a microcode (uCode)
72 image for it. You can obtain the microcode from:
73
74 <http://intellinuxwireless.org/>.
75
Reinette Chatree7a28272008-01-14 17:46:24 -080076 The microcode is typically installed in /lib/firmware. You can
77 look in the hotplug script /etc/hotplug/firmware.agent to
78 determine which directory FIRMWARE_DIR is set to when the script
79 runs.
Zhu Yib481de92007-09-25 17:54:57 -070080
81 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010082 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070083 say M here and read <file:Documentation/kbuild/modules.txt>. The
Pavel Machek4737f092009-06-05 00:44:53 +020084 module will be called iwlagn.
Zhu Yib481de92007-09-25 17:54:57 -070085
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070086
Tomas Winkler4fc22b22008-07-21 18:54:42 +030087config IWL4965
88 bool "Intel Wireless WiFi 4965AGN"
89 depends on IWLAGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080090 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +030091 This option enables support for Intel Wireless WiFi Link 4965AGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080092
Tomas Winkler5a6a2562008-04-24 11:55:23 -070093config IWL5000
Jay Sternberg77dcb6a2009-03-06 13:52:55 -080094 bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
Tomas Winkler4fc22b22008-07-21 18:54:42 +030095 depends on IWLAGN
Tomas Winkler5a6a2562008-04-24 11:55:23 -070096 ---help---
97 This option enables support for Intel Wireless WiFi Link 5000AGN Family
Tomas Winkler712b6cf2008-03-12 16:58:52 -070098
Zhu Yib481de92007-09-25 17:54:57 -070099config IWL3945
Reinette Chatre80bc5392009-02-13 11:51:19 -0800100 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
Jay Sternbergf82d8d92009-01-19 15:30:31 -0800101 depends on IWLWIFI
Zhu Yib481de92007-09-25 17:54:57 -0700102 ---help---
103 Select to build the driver supporting the:
104
105 Intel PRO/Wireless 3945ABG/BG Network Connection
106
107 This driver uses the kernel's mac80211 subsystem.
108
Zhu Yib481de92007-09-25 17:54:57 -0700109 In order to use this driver, you will need a microcode (uCode)
110 image for it. You can obtain the microcode from:
111
112 <http://intellinuxwireless.org/>.
113
Reinette Chatree7a28272008-01-14 17:46:24 -0800114 The microcode is typically installed in /lib/firmware. You can
115 look in the hotplug script /etc/hotplug/firmware.agent to
116 determine which directory FIRMWARE_DIR is set to when the script
117 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700118
119 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100120 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700121 say M here and read <file:Documentation/kbuild/modules.txt>. The
Pavel Machek4737f092009-06-05 00:44:53 +0200122 module will be called iwl3945.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800123
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800124config IWL3945_SPECTRUM_MEASUREMENT
Reinette Chatre80bc5392009-02-13 11:51:19 -0800125 bool "Enable Spectrum Measurement in iwl3945 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800126 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800127 ---help---
128 This option will enable spectrum measurement for the iwl3945 driver.