blob: a51e4da1bdfc5d7149074c8adc7555d51fac0250 [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
Tomas Winkler4fc22b22008-07-21 18:54:42 +03006config IWLWIFI_DEBUG
Samuel Ortizd08853a2009-01-23 13:45:17 -08007 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
Reinette Chatre80bc5392009-02-13 11:51:19 -08008 depends on IWLWIFI
Tomas Winkler4fc22b22008-07-21 18:54:42 +03009 ---help---
10 This option will enable debug tracing output for the iwlwifi drivers
11
12 This will result in the kernel module being ~100k larger. You can
13 control which debug output is sent to the kernel log by setting the
14 value in
15
16 /sys/class/net/wlan0/device/debug_level
17
18 This entry will only exist if this option is enabled.
19
20 To set a value, simply echo an 8-byte hex value to the same file:
21
22 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
23
24 You can find the list of debug mask values in:
25 drivers/net/wireless/iwlwifi/iwl-debug.h
26
27 If this is your first time using this driver, you should say Y here
28 as the debug information can assist others in helping you resolve
29 any problems you may encounter.
30
31config IWLWIFI_DEBUGFS
Reinette Chatre80bc5392009-02-13 11:51:19 -080032 bool "iwlagn debugfs support"
Johannes Bergd73e4922010-05-06 12:18:41 -070033 depends on IWLWIFI && MAC80211_DEBUGFS
Tomas Winkler4fc22b22008-07-21 18:54:42 +030034 ---help---
Johannes Bergd73e4922010-05-06 12:18:41 -070035 Enable creation of debugfs files for the iwlwifi drivers. This
36 is a low-impact option that allows getting insight into the
37 driver's state at runtime.
Tomas Winkler4fc22b22008-07-21 18:54:42 +030038
Johannes Bergbe1a71a2009-10-02 13:44:02 -070039config IWLWIFI_DEVICE_TRACING
40 bool "iwlwifi device access tracing"
41 depends on IWLWIFI
42 depends on EVENT_TRACING
43 help
44 Say Y here to trace all commands, including TX frames and IO
45 accesses, sent to the device. If you say yes, iwlwifi will
46 register with the ftrace framework for event tracing and dump
47 all this information to the ringbuffer, you may need to
48 increase the ringbuffer size. See the ftrace documentation
49 for more information.
50
51 When tracing is not enabled, this option still has some
52 (though rather small) overhead.
53
54 If unsure, say Y so we can help you better when problems
55 occur.
56
Tomas Winkler4fc22b22008-07-21 18:54:42 +030057config IWLAGN
Reinette Chatre80bc5392009-02-13 11:51:19 -080058 tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
Jay Sternbergf82d8d92009-01-19 15:30:31 -080059 depends on IWLWIFI
Zhu Yib481de92007-09-25 17:54:57 -070060 ---help---
61 Select to build the driver supporting the:
62
Tomas Winkler4fc22b22008-07-21 18:54:42 +030063 Intel Wireless WiFi Link Next-Gen AGN
Zhu Yib481de92007-09-25 17:54:57 -070064
65 This driver uses the kernel's mac80211 subsystem.
66
Zhu Yib481de92007-09-25 17:54:57 -070067 In order to use this driver, you will need a microcode (uCode)
68 image for it. You can obtain the microcode from:
69
70 <http://intellinuxwireless.org/>.
71
Reinette Chatree7a28272008-01-14 17:46:24 -080072 The microcode is typically installed in /lib/firmware. You can
73 look in the hotplug script /etc/hotplug/firmware.agent to
74 determine which directory FIRMWARE_DIR is set to when the script
75 runs.
Zhu Yib481de92007-09-25 17:54:57 -070076
77 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010078 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070079 say M here and read <file:Documentation/kbuild/modules.txt>. The
Pavel Machek4737f092009-06-05 00:44:53 +020080 module will be called iwlagn.
Zhu Yib481de92007-09-25 17:54:57 -070081
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070082
Tomas Winkler4fc22b22008-07-21 18:54:42 +030083config IWL4965
84 bool "Intel Wireless WiFi 4965AGN"
85 depends on IWLAGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080086 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +030087 This option enables support for Intel Wireless WiFi Link 4965AGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080088
Tomas Winkler5a6a2562008-04-24 11:55:23 -070089config IWL5000
Wey-Yi Guy41691de2010-07-01 16:45:58 -070090 bool "Intel Wireless-N/Advanced-N/Ultimate-N WiFi Link"
Tomas Winkler4fc22b22008-07-21 18:54:42 +030091 depends on IWLAGN
Tomas Winkler5a6a2562008-04-24 11:55:23 -070092 ---help---
Wey-Yi Guy41691de2010-07-01 16:45:58 -070093 This option enables support for use with the following hardware:
94 Intel Wireless WiFi Link 6250AGN Adapter
95 Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN)
96 Intel WiFi Link 1000BGN
97 Intel Wireless WiFi 5150AGN
98 Intel Wireless WiFi 5100AGN, 5300AGN, and 5350AGN
Tomas Winkler712b6cf2008-03-12 16:58:52 -070099
Zhu Yib481de92007-09-25 17:54:57 -0700100config IWL3945
Reinette Chatre80bc5392009-02-13 11:51:19 -0800101 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
Jay Sternbergf82d8d92009-01-19 15:30:31 -0800102 depends on IWLWIFI
Zhu Yib481de92007-09-25 17:54:57 -0700103 ---help---
104 Select to build the driver supporting the:
105
106 Intel PRO/Wireless 3945ABG/BG Network Connection
107
108 This driver uses the kernel's mac80211 subsystem.
109
Zhu Yib481de92007-09-25 17:54:57 -0700110 In order to use this driver, you will need a microcode (uCode)
111 image for it. You can obtain the microcode from:
112
113 <http://intellinuxwireless.org/>.
114
Reinette Chatree7a28272008-01-14 17:46:24 -0800115 The microcode is typically installed in /lib/firmware. You can
116 look in the hotplug script /etc/hotplug/firmware.agent to
117 determine which directory FIRMWARE_DIR is set to when the script
118 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700119
120 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +0100121 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700122 say M here and read <file:Documentation/kbuild/modules.txt>. The
Pavel Machek4737f092009-06-05 00:44:53 +0200123 module will be called iwl3945.