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 |
| 8 | select RFKILL if IWLWIFI_RFKILL |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 9 | select MAC80211_LEDS if IWL3945_LEDS |
| 10 | select LEDS_CLASS if IWL3945_LEDS |
Tomas Winkler | df48c32 | 2008-03-06 10:40:19 -0800 | [diff] [blame] | 11 | |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 12 | config IWLWIFI_LEDS |
Jay Sternberg | f82d8d9 | 2009-01-19 15:30:31 -0800 | [diff] [blame] | 13 | bool "Enable LED support in iwlagn driver" |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 14 | depends on IWLWIFI |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 15 | |
Reinette Chatre | eadd3c4 | 2008-04-14 21:16:12 -0700 | [diff] [blame] | 16 | config IWLWIFI_RFKILL |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 17 | bool "Enable RF kill support in iwlagn and iwl3945 drivers" |
| 18 | depends on IWLWIFI |
| 19 | |
| 20 | config IWLWIFI_SPECTRUM_MEASUREMENT |
| 21 | bool "Enable Spectrum Measurement in iwlagn driver" |
| 22 | depends on IWLWIFI |
| 23 | ---help--- |
| 24 | This option will enable spectrum measurement for the iwlagn driver. |
Mohamed Abbas | ad97edd2 | 2008-03-28 16:21:06 -0700 | [diff] [blame] | 25 | |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 26 | config IWLWIFI_DEBUG |
Samuel Ortiz | d08853a | 2009-01-23 13:45:17 -0800 | [diff] [blame] | 27 | bool "Enable full debugging output in iwlagn and iwl3945 drivers" |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 28 | depends on IWLWIFI |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 29 | ---help--- |
| 30 | This option will enable debug tracing output for the iwlwifi drivers |
| 31 | |
| 32 | This will result in the kernel module being ~100k larger. You can |
| 33 | control which debug output is sent to the kernel log by setting the |
| 34 | value in |
| 35 | |
| 36 | /sys/class/net/wlan0/device/debug_level |
| 37 | |
| 38 | This entry will only exist if this option is enabled. |
| 39 | |
| 40 | To set a value, simply echo an 8-byte hex value to the same file: |
| 41 | |
| 42 | % echo 0x43fff > /sys/class/net/wlan0/device/debug_level |
| 43 | |
| 44 | You can find the list of debug mask values in: |
| 45 | drivers/net/wireless/iwlwifi/iwl-debug.h |
| 46 | |
| 47 | If this is your first time using this driver, you should say Y here |
| 48 | as the debug information can assist others in helping you resolve |
| 49 | any problems you may encounter. |
| 50 | |
| 51 | config IWLWIFI_DEBUGFS |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 52 | bool "iwlagn debugfs support" |
| 53 | depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 54 | ---help--- |
| 55 | Enable creation of debugfs files for the iwlwifi drivers. |
| 56 | |
| 57 | config IWLAGN |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 58 | tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)" |
Jay Sternberg | f82d8d9 | 2009-01-19 15:30:31 -0800 | [diff] [blame] | 59 | depends on IWLWIFI |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 60 | ---help--- |
| 61 | Select to build the driver supporting the: |
| 62 | |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 63 | Intel Wireless WiFi Link Next-Gen AGN |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 64 | |
| 65 | This driver uses the kernel's mac80211 subsystem. |
| 66 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 67 | 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 Chatre | e7a2827 | 2008-01-14 17:46:24 -0800 | [diff] [blame] | 72 | 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 Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 76 | |
| 77 | 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] | 78 | inserted in and removed from the running kernel whenever you want), |
Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 79 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 80 | module will be called iwlagn.ko. |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 81 | |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 82 | |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 83 | config IWL4965 |
| 84 | bool "Intel Wireless WiFi 4965AGN" |
| 85 | depends on IWLAGN |
Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 86 | ---help--- |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 87 | This option enables support for Intel Wireless WiFi Link 4965AGN |
Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 88 | |
Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 89 | config IWL5000 |
Jay Sternberg | 77dcb6a | 2009-03-06 13:52:55 -0800 | [diff] [blame^] | 90 | 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] | 91 | depends on IWLAGN |
Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 92 | ---help--- |
| 93 | This option enables support for Intel Wireless WiFi Link 5000AGN Family |
Tomas Winkler | 712b6cf | 2008-03-12 16:58:52 -0700 | [diff] [blame] | 94 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 95 | config IWL3945 |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 96 | tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)" |
Jay Sternberg | f82d8d9 | 2009-01-19 15:30:31 -0800 | [diff] [blame] | 97 | depends on IWLWIFI |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 98 | ---help--- |
| 99 | Select to build the driver supporting the: |
| 100 | |
| 101 | Intel PRO/Wireless 3945ABG/BG Network Connection |
| 102 | |
| 103 | This driver uses the kernel's mac80211 subsystem. |
| 104 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 105 | In order to use this driver, you will need a microcode (uCode) |
| 106 | image for it. You can obtain the microcode from: |
| 107 | |
| 108 | <http://intellinuxwireless.org/>. |
| 109 | |
Reinette Chatre | e7a2827 | 2008-01-14 17:46:24 -0800 | [diff] [blame] | 110 | The microcode is typically installed in /lib/firmware. You can |
| 111 | look in the hotplug script /etc/hotplug/firmware.agent to |
| 112 | determine which directory FIRMWARE_DIR is set to when the script |
| 113 | runs. |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 114 | |
| 115 | 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] | 116 | inserted in and removed from the running kernel whenever you want), |
Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 117 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
| 118 | module will be called iwl3945.ko. |
Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 119 | |
Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 120 | config IWL3945_SPECTRUM_MEASUREMENT |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 121 | bool "Enable Spectrum Measurement in iwl3945 driver" |
Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 122 | depends on IWL3945 |
Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 123 | ---help--- |
| 124 | This option will enable spectrum measurement for the iwl3945 driver. |
| 125 | |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 126 | config IWL3945_LEDS |
| 127 | bool "Enable LEDS features in iwl3945 driver" |
David S. Miller | e82404a | 2008-04-23 03:34:31 -0700 | [diff] [blame] | 128 | depends on IWL3945 |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 129 | ---help--- |
| 130 | This option enables LEDS for the iwl3945 driver. |