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