| Jason Riedy | 358c129 | 2008-04-27 15:38:30 -0700 | [diff] [blame] | 1 | config IWLWIFI | 
| Adrian Bunk | 1da5ea1 | 2008-05-06 00:04:47 -0700 | [diff] [blame] | 2 | tristate | 
| Jason Riedy | 358c129 | 2008-04-27 15:38:30 -0700 | [diff] [blame] | 3 |  | 
| Tomas Winkler | df48c32 | 2008-03-06 10:40:19 -0800 | [diff] [blame] | 4 | config IWLCORE | 
|  | 5 | tristate "Intel Wireless Wifi Core" | 
|  | 6 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | 
| Jason Riedy | 358c129 | 2008-04-27 15:38:30 -0700 | [diff] [blame] | 7 | select IWLWIFI | 
| Adrian Bunk | 3a8209d | 2008-04-29 22:29:59 -0700 | [diff] [blame] | 8 | select MAC80211_LEDS if IWLWIFI_LEDS | 
|  | 9 | select LEDS_CLASS if IWLWIFI_LEDS | 
|  | 10 | select RFKILL if IWLWIFI_RFKILL | 
| 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 | 
| John W. Linville | 53f36d7 | 2008-04-02 12:10:04 -0400 | [diff] [blame] | 13 | bool | 
|  | 14 | default n | 
| 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 | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 17 | boolean "Iwlwifi RF kill support" | 
| Mohamed Abbas | ad97edd | 2008-03-28 16:21:06 -0700 | [diff] [blame] | 18 | depends on IWLCORE | 
| Mohamed Abbas | ad97edd | 2008-03-28 16:21:06 -0700 | [diff] [blame] | 19 |  | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 20 | config IWLWIFI_DEBUG | 
|  | 21 | bool "Enable full debugging output in iwlagn driver" | 
|  | 22 | depends on IWLCORE | 
|  | 23 | ---help--- | 
|  | 24 | This option will enable debug tracing output for the iwlwifi drivers | 
|  | 25 |  | 
|  | 26 | This will result in the kernel module being ~100k larger.  You can | 
|  | 27 | control which debug output is sent to the kernel log by setting the | 
|  | 28 | value in | 
|  | 29 |  | 
|  | 30 | /sys/class/net/wlan0/device/debug_level | 
|  | 31 |  | 
|  | 32 | This entry will only exist if this option is enabled. | 
|  | 33 |  | 
|  | 34 | To set a value, simply echo an 8-byte hex value to the same file: | 
|  | 35 |  | 
|  | 36 | % echo 0x43fff > /sys/class/net/wlan0/device/debug_level | 
|  | 37 |  | 
|  | 38 | You can find the list of debug mask values in: | 
|  | 39 | drivers/net/wireless/iwlwifi/iwl-debug.h | 
|  | 40 |  | 
|  | 41 | If this is your first time using this driver, you should say Y here | 
|  | 42 | as the debug information can assist others in helping you resolve | 
|  | 43 | any problems you may encounter. | 
|  | 44 |  | 
|  | 45 | config IWLWIFI_DEBUGFS | 
|  | 46 | bool "Iwlwifi debugfs support" | 
|  | 47 | depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS | 
|  | 48 | ---help--- | 
|  | 49 | Enable creation of debugfs files for the iwlwifi drivers. | 
|  | 50 |  | 
|  | 51 | config IWLAGN | 
|  | 52 | tristate "Intel Wireless WiFi Next Gen AGN" | 
| Christoph Hellwig | bb8c093 | 2008-01-27 16:41:47 -0800 | [diff] [blame] | 53 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 54 | select FW_LOADER | 
| Tomas Winkler | df48c32 | 2008-03-06 10:40:19 -0800 | [diff] [blame] | 55 | select IWLCORE | 
| 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 | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 76 | module will be called iwlagn.ko. | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 77 |  | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 78 | config IWLAGN_SPECTRUM_MEASUREMENT | 
|  | 79 | bool "Enable Spectrum Measurement in iwlagn driver" | 
|  | 80 | depends on IWLAGN | 
|  | 81 | ---help--- | 
|  | 82 | This option will enable spectrum measurement for the iwlagn driver. | 
|  | 83 |  | 
|  | 84 | config IWLAGN_LEDS | 
|  | 85 | bool "Enable LEDS features in iwlagn driver" | 
|  | 86 | depends on IWLAGN | 
| John W. Linville | 53f36d7 | 2008-04-02 12:10:04 -0400 | [diff] [blame] | 87 | select IWLWIFI_LEDS | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 88 | ---help--- | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 89 | This option enables LEDS for the iwlagn drivers | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 90 |  | 
|  | 91 |  | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 92 | config IWL4965 | 
|  | 93 | bool "Intel Wireless WiFi 4965AGN" | 
|  | 94 | depends on IWLAGN | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 95 | ---help--- | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 96 | This option enables support for Intel Wireless WiFi Link 4965AGN | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 97 |  | 
| Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 98 | config IWL5000 | 
|  | 99 | bool "Intel Wireless WiFi 5000AGN" | 
| Tomas Winkler | 4fc22b2 | 2008-07-21 18:54:42 +0300 | [diff] [blame] | 100 | depends on IWLAGN | 
| Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 101 | ---help--- | 
|  | 102 | This option enables support for Intel Wireless WiFi Link 5000AGN Family | 
| Tomas Winkler | 712b6cf | 2008-03-12 16:58:52 -0700 | [diff] [blame] | 103 |  | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 104 | config IWL3945 | 
|  | 105 | tristate "Intel PRO/Wireless 3945ABG/BG Network Connection" | 
| Christoph Hellwig | bb8c093 | 2008-01-27 16:41:47 -0800 | [diff] [blame] | 106 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 107 | select FW_LOADER | 
| Jason Riedy | 358c129 | 2008-04-27 15:38:30 -0700 | [diff] [blame] | 108 | select IWLWIFI | 
| Adrian Bunk | 3a8209d | 2008-04-29 22:29:59 -0700 | [diff] [blame] | 109 | select MAC80211_LEDS if IWL3945_LEDS | 
|  | 110 | select LEDS_CLASS if IWL3945_LEDS | 
| Adel Gadllah | 80fcc9e | 2008-07-01 17:49:50 +0200 | [diff] [blame] | 111 | select RFKILL if IWL3945_RFKILL | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 112 | ---help--- | 
|  | 113 | Select to build the driver supporting the: | 
|  | 114 |  | 
|  | 115 | Intel PRO/Wireless 3945ABG/BG Network Connection | 
|  | 116 |  | 
|  | 117 | This driver uses the kernel's mac80211 subsystem. | 
|  | 118 |  | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 119 | In order to use this driver, you will need a microcode (uCode) | 
|  | 120 | image for it. You can obtain the microcode from: | 
|  | 121 |  | 
|  | 122 | <http://intellinuxwireless.org/>. | 
|  | 123 |  | 
| Reinette Chatre | e7a2827 | 2008-01-14 17:46:24 -0800 | [diff] [blame] | 124 | The microcode is typically installed in /lib/firmware. You can | 
|  | 125 | look in the hotplug script /etc/hotplug/firmware.agent to | 
|  | 126 | determine which directory FIRMWARE_DIR is set to when the script | 
|  | 127 | runs. | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 128 |  | 
|  | 129 | 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] | 130 | inserted in and removed from the running kernel whenever you want), | 
| Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 131 | say M here and read <file:Documentation/kbuild/modules.txt>.  The | 
|  | 132 | module will be called iwl3945.ko. | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 133 |  | 
| Adel Gadllah | 80fcc9e | 2008-07-01 17:49:50 +0200 | [diff] [blame] | 134 | config IWL3945_RFKILL | 
|  | 135 | bool "Enable RF kill support in iwl3945 drivers" | 
|  | 136 | depends on IWL3945 | 
|  | 137 |  | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 138 | config IWL3945_SPECTRUM_MEASUREMENT | 
|  | 139 | bool "Enable Spectrum Measurement in iwl3945 drivers" | 
|  | 140 | depends on IWL3945 | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 141 | ---help--- | 
|  | 142 | This option will enable spectrum measurement for the iwl3945 driver. | 
|  | 143 |  | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 144 | config IWL3945_LEDS | 
|  | 145 | bool "Enable LEDS features in iwl3945 driver" | 
| David S. Miller | e82404a | 2008-04-23 03:34:31 -0700 | [diff] [blame] | 146 | depends on IWL3945 | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 147 | ---help--- | 
|  | 148 | This option enables LEDS for the iwl3945 driver. | 
|  | 149 |  | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 150 | config IWL3945_DEBUG | 
|  | 151 | bool "Enable full debugging output in iwl3945 driver" | 
|  | 152 | depends on IWL3945 | 
| Christoph Hellwig | c8b0e6e | 2007-10-25 17:15:51 +0800 | [diff] [blame] | 153 | ---help--- | 
|  | 154 | This option will enable debug tracing output for the iwl3945 | 
|  | 155 | driver. | 
|  | 156 |  | 
|  | 157 | This will result in the kernel module being ~100k larger.  You can | 
|  | 158 | control which debug output is sent to the kernel log by setting the | 
|  | 159 | value in | 
|  | 160 |  | 
|  | 161 | /sys/bus/pci/drivers/${DRIVER}/debug_level | 
|  | 162 |  | 
|  | 163 | This entry will only exist if this option is enabled. | 
|  | 164 |  | 
|  | 165 | To set a value, simply echo an 8-byte hex value to the same file: | 
|  | 166 |  | 
|  | 167 | % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level | 
|  | 168 |  | 
|  | 169 | You can find the list of debug mask values in: | 
|  | 170 | drivers/net/wireless/iwlwifi/iwl-3945-debug.h | 
|  | 171 |  | 
|  | 172 | If this is your first time using this driver, you should say Y here | 
|  | 173 | as the debug information can assist others in helping you resolve | 
|  | 174 | any problems you may encounter. | 
|  | 175 |  |