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