blob: 48d8f2cf566c8a5b9947e997ac28506e1d56a536 [file] [log] [blame]
Jason Riedy358c1292008-04-27 15:38:30 -07001config IWLWIFI
Reinette Chatre80bc5392009-02-13 11:51:19 -08002 tristate "Intel Wireless Wifi"
Jay Sternbergf82d8d92009-01-19 15:30:31 -08003 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Reinette Chatre80bc5392009-02-13 11:51:19 -08004 select FW_LOADER
Adrian Bunk3a8209d2008-04-29 22:29:59 -07005 select MAC80211_LEDS if IWLWIFI_LEDS
6 select LEDS_CLASS if IWLWIFI_LEDS
Tomas Winklerdf48c322008-03-06 10:40:19 -08007
Mohamed Abbasab53d8a2008-03-25 16:33:36 -07008config IWLWIFI_LEDS
Abhijeet Kolekar5c8df2d2009-03-11 11:17:55 -07009 bool "Enable LED support in iwlagn and iwl3945 drivers"
Reinette Chatre80bc5392009-02-13 11:51:19 -080010 depends on IWLWIFI
Pavel Machek1da46be2009-07-24 11:13:10 -070011 default y
12 ---help---
13 Select this if you want LED support.
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070014
Reinette Chatre80bc5392009-02-13 11:51:19 -080015config IWLWIFI_SPECTRUM_MEASUREMENT
16 bool "Enable Spectrum Measurement in iwlagn driver"
17 depends on IWLWIFI
18 ---help---
19 This option will enable spectrum measurement for the iwlagn driver.
Mohamed Abbasad97edd2008-03-28 16:21:06 -070020
Tomas Winkler4fc22b22008-07-21 18:54:42 +030021config IWLWIFI_DEBUG
Samuel Ortizd08853a2009-01-23 13:45:17 -080022 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
Reinette Chatre80bc5392009-02-13 11:51:19 -080023 depends on IWLWIFI
Tomas Winkler4fc22b22008-07-21 18:54:42 +030024 ---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
Reinette Chatre80bc5392009-02-13 11:51:19 -080047 bool "iwlagn debugfs support"
48 depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
Tomas Winkler4fc22b22008-07-21 18:54:42 +030049 ---help---
50 Enable creation of debugfs files for the iwlwifi drivers.
51
Johannes Bergbe1a71a2009-10-02 13:44:02 -070052config IWLWIFI_DEVICE_TRACING
53 bool "iwlwifi device access tracing"
54 depends on IWLWIFI
55 depends on EVENT_TRACING
56 help
57 Say Y here to trace all commands, including TX frames and IO
58 accesses, sent to the device. If you say yes, iwlwifi will
59 register with the ftrace framework for event tracing and dump
60 all this information to the ringbuffer, you may need to
61 increase the ringbuffer size. See the ftrace documentation
62 for more information.
63
64 When tracing is not enabled, this option still has some
65 (though rather small) overhead.
66
67 If unsure, say Y so we can help you better when problems
68 occur.
69
Tomas Winkler4fc22b22008-07-21 18:54:42 +030070config IWLAGN
Reinette Chatre80bc5392009-02-13 11:51:19 -080071 tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
Jay Sternbergf82d8d92009-01-19 15:30:31 -080072 depends on IWLWIFI
Zhu Yib481de92007-09-25 17:54:57 -070073 ---help---
74 Select to build the driver supporting the:
75
Tomas Winkler4fc22b22008-07-21 18:54:42 +030076 Intel Wireless WiFi Link Next-Gen AGN
Zhu Yib481de92007-09-25 17:54:57 -070077
78 This driver uses the kernel's mac80211 subsystem.
79
Zhu Yib481de92007-09-25 17:54:57 -070080 In order to use this driver, you will need a microcode (uCode)
81 image for it. You can obtain the microcode from:
82
83 <http://intellinuxwireless.org/>.
84
Reinette Chatree7a28272008-01-14 17:46:24 -080085 The microcode is typically installed in /lib/firmware. You can
86 look in the hotplug script /etc/hotplug/firmware.agent to
87 determine which directory FIRMWARE_DIR is set to when the script
88 runs.
Zhu Yib481de92007-09-25 17:54:57 -070089
90 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010091 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070092 say M here and read <file:Documentation/kbuild/modules.txt>. The
Pavel Machek4737f092009-06-05 00:44:53 +020093 module will be called iwlagn.
Zhu Yib481de92007-09-25 17:54:57 -070094
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070095
Tomas Winkler4fc22b22008-07-21 18:54:42 +030096config IWL4965
97 bool "Intel Wireless WiFi 4965AGN"
98 depends on IWLAGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080099 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +0300100 This option enables support for Intel Wireless WiFi Link 4965AGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800101
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700102config IWL5000
Jay Sternberg77dcb6a2009-03-06 13:52:55 -0800103 bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
Tomas Winkler4fc22b22008-07-21 18:54:42 +0300104 depends on IWLAGN
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700105 ---help---
106 This option enables support for Intel Wireless WiFi Link 5000AGN Family
Tomas Winkler712b6cf2008-03-12 16:58:52 -0700107
Zhu Yib481de92007-09-25 17:54:57 -0700108config IWL3945
Reinette Chatre80bc5392009-02-13 11:51:19 -0800109 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
Jay Sternbergf82d8d92009-01-19 15:30:31 -0800110 depends on IWLWIFI
Zhu Yib481de92007-09-25 17:54:57 -0700111 ---help---
112 Select to build the driver supporting the:
113
114 Intel PRO/Wireless 3945ABG/BG Network Connection
115
116 This driver uses the kernel's mac80211 subsystem.
117
Zhu Yib481de92007-09-25 17:54:57 -0700118 In order to use this driver, you will need a microcode (uCode)
119 image for it. You can obtain the microcode from:
120
121 <http://intellinuxwireless.org/>.
122
Reinette Chatree7a28272008-01-14 17:46:24 -0800123 The microcode is typically installed in /lib/firmware. You can
124 look in the hotplug script /etc/hotplug/firmware.agent to
125 determine which directory FIRMWARE_DIR is set to when the script
126 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700127
128 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100129 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700130 say M here and read <file:Documentation/kbuild/modules.txt>. The
Pavel Machek4737f092009-06-05 00:44:53 +0200131 module will be called iwl3945.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800132
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800133config IWL3945_SPECTRUM_MEASUREMENT
Reinette Chatre80bc5392009-02-13 11:51:19 -0800134 bool "Enable Spectrum Measurement in iwl3945 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800135 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800136 ---help---
137 This option will enable spectrum measurement for the iwl3945 driver.