| Jason Riedy | 358c129 | 2008-04-27 15:38:30 -0700 | [diff] [blame] | 1 | config IWLWIFI | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 2 | tristate "Intel Wireless Wifi" | 
| Jay Sternberg | f82d8d9 | 2009-01-19 15:30:31 -0800 | [diff] [blame] | 3 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | 
| John W. Linville | 7e272fc | 2008-09-24 18:13:14 -0400 | [diff] [blame] | 4 | select LIB80211 | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 5 | select FW_LOADER | 
| Adrian Bunk | 3a8209d | 2008-04-29 22:29:59 -0700 | [diff] [blame] | 6 | select MAC80211_LEDS if IWLWIFI_LEDS | 
|  | 7 | select LEDS_CLASS if IWLWIFI_LEDS | 
| Tomas Winkler | df48c32 | 2008-03-06 10:40:19 -0800 | [diff] [blame] | 8 |  | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 9 | config IWLWIFI_LEDS | 
| Abhijeet Kolekar | 5c8df2d | 2009-03-11 11:17:55 -0700 | [diff] [blame] | 10 | bool "Enable LED support in iwlagn and iwl3945 drivers" | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 11 | depends on IWLWIFI | 
| Pavel Machek | 1da46be | 2009-07-24 11:13:10 -0700 | [diff] [blame] | 12 | default y | 
|  | 13 | ---help--- | 
|  | 14 | Select this if you want LED support. | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 15 |  | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 16 | config IWLWIFI_SPECTRUM_MEASUREMENT | 
|  | 17 | bool "Enable Spectrum Measurement in iwlagn driver" | 
|  | 18 | depends on IWLWIFI | 
|  | 19 | ---help--- | 
|  | 20 | This option will enable spectrum measurement for the iwlagn driver. | 
| Mohamed Abbas | ad97edd | 2008-03-28 16:21:06 -0700 | [diff] [blame] | 21 |  | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 22 | config IWLWIFI_DEBUG | 
| Samuel Ortiz | d08853a | 2009-01-23 13:45:17 -0800 | [diff] [blame] | 23 | bool "Enable full debugging output in iwlagn and iwl3945 drivers" | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 24 | depends on IWLWIFI | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 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 |  | 
|  | 47 | config IWLWIFI_DEBUGFS | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 48 | bool "iwlagn debugfs support" | 
|  | 49 | depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 50 | ---help--- | 
|  | 51 | Enable creation of debugfs files for the iwlwifi drivers. | 
|  | 52 |  | 
|  | 53 | config IWLAGN | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 54 | tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)" | 
| Jay Sternberg | f82d8d9 | 2009-01-19 15:30:31 -0800 | [diff] [blame] | 55 | depends on IWLWIFI | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 56 | ---help--- | 
|  | 57 | Select to build the driver supporting the: | 
|  | 58 |  | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 59 | Intel Wireless WiFi Link Next-Gen AGN | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 60 |  | 
|  | 61 | This driver uses the kernel's mac80211 subsystem. | 
|  | 62 |  | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 63 | 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 Chatre | e7a2827 | 2008-01-14 17:46:24 -0800 | [diff] [blame] | 68 | 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 Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 72 |  | 
|  | 73 | If you want to compile the driver as a module ( = code which can be | 
| Pascal Terjan | 7c44b6e | 2008-03-13 19:13:24 +0100 | [diff] [blame] | 74 | inserted in and removed from the running kernel whenever you want), | 
| Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 75 | say M here and read <file:Documentation/kbuild/modules.txt>.  The | 
| Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 76 | module will be called iwlagn. | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 77 |  | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 78 |  | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 79 | config IWL4965 | 
|  | 80 | bool "Intel Wireless WiFi 4965AGN" | 
|  | 81 | depends on IWLAGN | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 82 | ---help--- | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 83 | This option enables support for Intel Wireless WiFi Link 4965AGN | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 84 |  | 
| Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 85 | config IWL5000 | 
| Jay Sternberg | 77dcb6a | 2009-03-06 13:52:55 -0800 | [diff] [blame] | 86 | bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series" | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 87 | depends on IWLAGN | 
| Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 88 | ---help--- | 
|  | 89 | This option enables support for Intel Wireless WiFi Link 5000AGN Family | 
| Tomas Winkler | 712b6cf | 2008-03-12 16:58:52 -0700 | [diff] [blame] | 90 |  | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 91 | config IWL3945 | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 92 | tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)" | 
| Jay Sternberg | f82d8d9 | 2009-01-19 15:30:31 -0800 | [diff] [blame] | 93 | depends on IWLWIFI | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 94 | ---help--- | 
|  | 95 | Select to build the driver supporting the: | 
|  | 96 |  | 
|  | 97 | Intel PRO/Wireless 3945ABG/BG Network Connection | 
|  | 98 |  | 
|  | 99 | This driver uses the kernel's mac80211 subsystem. | 
|  | 100 |  | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 101 | In order to use this driver, you will need a microcode (uCode) | 
|  | 102 | image for it. You can obtain the microcode from: | 
|  | 103 |  | 
|  | 104 | <http://intellinuxwireless.org/>. | 
|  | 105 |  | 
| Reinette Chatre | e7a2827 | 2008-01-14 17:46:24 -0800 | [diff] [blame] | 106 | The microcode is typically installed in /lib/firmware. You can | 
|  | 107 | look in the hotplug script /etc/hotplug/firmware.agent to | 
|  | 108 | determine which directory FIRMWARE_DIR is set to when the script | 
|  | 109 | runs. | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 110 |  | 
|  | 111 | If you want to compile the driver as a module ( = code which can be | 
| Pascal Terjan | 7c44b6e | 2008-03-13 19:13:24 +0100 | [diff] [blame] | 112 | inserted in and removed from the running kernel whenever you want), | 
| Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 113 | say M here and read <file:Documentation/kbuild/modules.txt>.  The | 
| Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 114 | module will be called iwl3945. | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 115 |  | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 116 | config IWL3945_SPECTRUM_MEASUREMENT | 
| Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 117 | bool "Enable Spectrum Measurement in iwl3945 driver" | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 118 | depends on IWL3945 | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 119 | ---help--- | 
|  | 120 | This option will enable spectrum measurement for the iwl3945 driver. |