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" |
Johannes Berg | 1d8c4ae9 | 2010-01-22 14:22:52 -0800 | [diff] [blame] | 3 | depends on PCI && MAC80211 |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 4 | select FW_LOADER |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 5 | |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 6 | config IWLWIFI_DEBUG |
Samuel Ortiz | d08853a | 2009-01-23 13:45:17 -0800 | [diff] [blame] | 7 | bool "Enable full debugging output in iwlagn and iwl3945 drivers" |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 8 | depends on IWLWIFI |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 9 | ---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 | |
| 31 | config IWLWIFI_DEBUGFS |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 32 | bool "iwlagn debugfs support" |
Johannes Berg | d73e492 | 2010-05-06 12:18:41 -0700 | [diff] [blame] | 33 | depends on IWLWIFI && MAC80211_DEBUGFS |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 34 | ---help--- |
Johannes Berg | d73e492 | 2010-05-06 12:18:41 -0700 | [diff] [blame] | 35 | 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 Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 38 | |
Jay Sternberg | 3939608 | 2010-08-12 10:24:07 -0700 | [diff] [blame^] | 39 | config IWLWIFI_DEBUG_EXPERIMENTAL_UCODE |
| 40 | bool "Experimental uCode support" |
| 41 | depends on IWLWIFI && IWLWIFI_DEBUG |
| 42 | ---help--- |
| 43 | Enable use of experimental ucode for testing and debugging. |
| 44 | |
Johannes Berg | be1a71a | 2009-10-02 13:44:02 -0700 | [diff] [blame] | 45 | config IWLWIFI_DEVICE_TRACING |
| 46 | bool "iwlwifi device access tracing" |
| 47 | depends on IWLWIFI |
| 48 | depends on EVENT_TRACING |
| 49 | help |
| 50 | Say Y here to trace all commands, including TX frames and IO |
| 51 | accesses, sent to the device. If you say yes, iwlwifi will |
| 52 | register with the ftrace framework for event tracing and dump |
| 53 | all this information to the ringbuffer, you may need to |
| 54 | increase the ringbuffer size. See the ftrace documentation |
| 55 | for more information. |
| 56 | |
| 57 | When tracing is not enabled, this option still has some |
| 58 | (though rather small) overhead. |
| 59 | |
| 60 | If unsure, say Y so we can help you better when problems |
| 61 | occur. |
| 62 | |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 63 | config IWLAGN |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 64 | tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)" |
Jay Sternberg | f82d8d9 | 2009-01-19 15:30:31 -0800 | [diff] [blame] | 65 | depends on IWLWIFI |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 66 | ---help--- |
| 67 | Select to build the driver supporting the: |
| 68 | |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 69 | Intel Wireless WiFi Link Next-Gen AGN |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 70 | |
| 71 | This driver uses the kernel's mac80211 subsystem. |
| 72 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 73 | In order to use this driver, you will need a microcode (uCode) |
| 74 | image for it. You can obtain the microcode from: |
| 75 | |
| 76 | <http://intellinuxwireless.org/>. |
| 77 | |
Reinette Chatre | e7a2827 | 2008-01-14 17:46:24 -0800 | [diff] [blame] | 78 | The microcode is typically installed in /lib/firmware. You can |
| 79 | look in the hotplug script /etc/hotplug/firmware.agent to |
| 80 | determine which directory FIRMWARE_DIR is set to when the script |
| 81 | runs. |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 82 | |
| 83 | 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] | 84 | inserted in and removed from the running kernel whenever you want), |
Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 85 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 86 | module will be called iwlagn. |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 87 | |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 88 | |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 89 | config IWL4965 |
| 90 | bool "Intel Wireless WiFi 4965AGN" |
| 91 | depends on IWLAGN |
Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 92 | ---help--- |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 93 | This option enables support for Intel Wireless WiFi Link 4965AGN |
Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 94 | |
Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 95 | config IWL5000 |
Wey-Yi Guy | 41691de | 2010-07-01 16:45:58 -0700 | [diff] [blame] | 96 | bool "Intel Wireless-N/Advanced-N/Ultimate-N WiFi Link" |
Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 97 | depends on IWLAGN |
Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 98 | ---help--- |
Wey-Yi Guy | 41691de | 2010-07-01 16:45:58 -0700 | [diff] [blame] | 99 | This option enables support for use with the following hardware: |
| 100 | Intel Wireless WiFi Link 6250AGN Adapter |
| 101 | Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN) |
| 102 | Intel WiFi Link 1000BGN |
| 103 | Intel Wireless WiFi 5150AGN |
| 104 | Intel Wireless WiFi 5100AGN, 5300AGN, and 5350AGN |
Tomas Winkler | 712b6cf | 2008-03-12 16:58:52 -0700 | [diff] [blame] | 105 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 106 | config IWL3945 |
Reinette Chatre | 80bc539 | 2009-02-13 11:51:19 -0800 | [diff] [blame] | 107 | tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)" |
Jay Sternberg | f82d8d9 | 2009-01-19 15:30:31 -0800 | [diff] [blame] | 108 | depends on IWLWIFI |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 109 | ---help--- |
| 110 | Select to build the driver supporting the: |
| 111 | |
| 112 | Intel PRO/Wireless 3945ABG/BG Network Connection |
| 113 | |
| 114 | This driver uses the kernel's mac80211 subsystem. |
| 115 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 116 | In order to use this driver, you will need a microcode (uCode) |
| 117 | image for it. You can obtain the microcode from: |
| 118 | |
| 119 | <http://intellinuxwireless.org/>. |
| 120 | |
Reinette Chatre | e7a2827 | 2008-01-14 17:46:24 -0800 | [diff] [blame] | 121 | The microcode is typically installed in /lib/firmware. You can |
| 122 | look in the hotplug script /etc/hotplug/firmware.agent to |
| 123 | determine which directory FIRMWARE_DIR is set to when the script |
| 124 | runs. |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 125 | |
| 126 | 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] | 127 | inserted in and removed from the running kernel whenever you want), |
Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 128 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 129 | module will be called iwl3945. |