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