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