blob: 7b3bad1796c7f12250057eeb0a9de0a0b7cc1be0 [file] [log] [blame]
Jason Riedy358c1292008-04-27 15:38:30 -07001config IWLWIFI
Jay Sternbergf82d8d92009-01-19 15:30:31 -08002 bool "Intel Wireless Wifi"
3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4 default y
Jason Riedy358c1292008-04-27 15:38:30 -07005
Tomas Winklerdf48c322008-03-06 10:40:19 -08006config IWLCORE
7 tristate "Intel Wireless Wifi Core"
Jay Sternbergf82d8d92009-01-19 15:30:31 -08008 depends on IWLWIFI
John W. Linville7e272fc2008-09-24 18:13:14 -04009 select LIB80211
Adrian Bunk3a8209d2008-04-29 22:29:59 -070010 select MAC80211_LEDS if IWLWIFI_LEDS
11 select LEDS_CLASS if IWLWIFI_LEDS
12 select RFKILL if IWLWIFI_RFKILL
Tomas Winklerdf48c322008-03-06 10:40:19 -080013
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070014config IWLWIFI_LEDS
Jay Sternbergf82d8d92009-01-19 15:30:31 -080015 bool "Enable LED support in iwlagn driver"
16 depends on IWLCORE
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070017
Reinette Chatreeadd3c42008-04-14 21:16:12 -070018config IWLWIFI_RFKILL
Jay Sternbergf82d8d92009-01-19 15:30:31 -080019 bool "Enable RF kill support in iwlagn driver"
Mohamed Abbasad97edd2008-03-28 16:21:06 -070020 depends on IWLCORE
Mohamed Abbasad97edd2008-03-28 16:21:06 -070021
Tomas Winkler4fc22b22008-07-21 18:54:42 +030022config IWLWIFI_DEBUG
Samuel Ortizd08853a2009-01-23 13:45:17 -080023 bool "Enable full debugging output in iwlagn and iwl3945 drivers"
Tomas Winkler4fc22b22008-07-21 18:54:42 +030024 depends on IWLCORE
25 ---help---
26 This option will enable debug tracing output for the iwlwifi drivers
27
28 This will result in the kernel module being ~100k larger. You can
29 control which debug output is sent to the kernel log by setting the
30 value in
31
32 /sys/class/net/wlan0/device/debug_level
33
34 This entry will only exist if this option is enabled.
35
36 To set a value, simply echo an 8-byte hex value to the same file:
37
38 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
39
40 You can find the list of debug mask values in:
41 drivers/net/wireless/iwlwifi/iwl-debug.h
42
43 If this is your first time using this driver, you should say Y here
44 as the debug information can assist others in helping you resolve
45 any problems you may encounter.
46
47config IWLWIFI_DEBUGFS
48 bool "Iwlwifi debugfs support"
49 depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
50 ---help---
51 Enable creation of debugfs files for the iwlwifi drivers.
52
53config IWLAGN
54 tristate "Intel Wireless WiFi Next Gen AGN"
Jay Sternbergf82d8d92009-01-19 15:30:31 -080055 depends on IWLWIFI
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080056 select FW_LOADER
Tomas Winklerdf48c322008-03-06 10:40:19 -080057 select IWLCORE
Zhu Yib481de92007-09-25 17:54:57 -070058 ---help---
59 Select to build the driver supporting the:
60
Tomas Winkler4fc22b22008-07-21 18:54:42 +030061 Intel Wireless WiFi Link Next-Gen AGN
Zhu Yib481de92007-09-25 17:54:57 -070062
63 This driver uses the kernel's mac80211 subsystem.
64
Zhu Yib481de92007-09-25 17:54:57 -070065 In order to use this driver, you will need a microcode (uCode)
66 image for it. You can obtain the microcode from:
67
68 <http://intellinuxwireless.org/>.
69
Reinette Chatree7a28272008-01-14 17:46:24 -080070 The microcode is typically installed in /lib/firmware. You can
71 look in the hotplug script /etc/hotplug/firmware.agent to
72 determine which directory FIRMWARE_DIR is set to when the script
73 runs.
Zhu Yib481de92007-09-25 17:54:57 -070074
75 If you want to compile the driver as a module ( = code which can be
Pascal Terjan7c44b6e2008-03-13 19:13:24 +010076 inserted in and removed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070077 say M here and read <file:Documentation/kbuild/modules.txt>. The
Tomas Winkler4fc22b22008-07-21 18:54:42 +030078 module will be called iwlagn.ko.
Zhu Yib481de92007-09-25 17:54:57 -070079
Tomas Winkler4fc22b22008-07-21 18:54:42 +030080config IWLAGN_SPECTRUM_MEASUREMENT
81 bool "Enable Spectrum Measurement in iwlagn driver"
82 depends on IWLAGN
83 ---help---
84 This option will enable spectrum measurement for the iwlagn driver.
85
86config IWLAGN_LEDS
87 bool "Enable LEDS features in iwlagn driver"
88 depends on IWLAGN
John W. Linville53f36d72008-04-02 12:10:04 -040089 select IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070090 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +030091 This option enables LEDS for the iwlagn drivers
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070092
93
Tomas Winkler4fc22b22008-07-21 18:54:42 +030094config IWL4965
95 bool "Intel Wireless WiFi 4965AGN"
96 depends on IWLAGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080097 ---help---
Tomas Winkler4fc22b22008-07-21 18:54:42 +030098 This option enables support for Intel Wireless WiFi Link 4965AGN
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080099
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700100config IWL5000
101 bool "Intel Wireless WiFi 5000AGN"
Tomas Winkler4fc22b22008-07-21 18:54:42 +0300102 depends on IWLAGN
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700103 ---help---
104 This option enables support for Intel Wireless WiFi Link 5000AGN Family
Tomas Winkler712b6cf2008-03-12 16:58:52 -0700105
Zhu Yib481de92007-09-25 17:54:57 -0700106config IWL3945
107 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Jay Sternbergf82d8d92009-01-19 15:30:31 -0800108 depends on IWLWIFI
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800109 select FW_LOADER
John W. Linville7e272fc2008-09-24 18:13:14 -0400110 select LIB80211
Adrian Bunk3a8209d2008-04-29 22:29:59 -0700111 select MAC80211_LEDS if IWL3945_LEDS
112 select LEDS_CLASS if IWL3945_LEDS
Samuel Ortizc0af96a2009-01-21 18:27:54 +0100113 select RFKILL if IWLWIFI_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
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800136config IWL3945_SPECTRUM_MEASUREMENT
137 bool "Enable Spectrum Measurement in iwl3945 drivers"
138 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800139 ---help---
140 This option will enable spectrum measurement for the iwl3945 driver.
141
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700142config IWL3945_LEDS
143 bool "Enable LEDS features in iwl3945 driver"
David S. Millere82404a2008-04-23 03:34:31 -0700144 depends on IWL3945
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700145 ---help---
146 This option enables LEDS for the iwl3945 driver.