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