blob: 9c3fe1835a126f42725335db16e20295a5bea943 [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001config IWL4965
2 tristate "Intel Wireless WiFi 4965AGN"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08004 select FW_LOADER
Zhu Yib481de92007-09-25 17:54:57 -07005 ---help---
6 Select to build the driver supporting the:
7
8 Intel Wireless WiFi Link 4965AGN
9
10 This driver uses the kernel's mac80211 subsystem.
11
Zhu Yib481de92007-09-25 17:54:57 -070012 In order to use this driver, you will need a microcode (uCode)
13 image for it. You can obtain the microcode from:
14
15 <http://intellinuxwireless.org/>.
16
Reinette Chatree7a28272008-01-14 17:46:24 -080017 The microcode is typically installed in /lib/firmware. You can
18 look in the hotplug script /etc/hotplug/firmware.agent to
19 determine which directory FIRMWARE_DIR is set to when the script
20 runs.
Zhu Yib481de92007-09-25 17:54:57 -070021
22 If you want to compile the driver as a module ( = code which can be
23 inserted in and remvoed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -070024 say M here and read <file:Documentation/kbuild/modules.txt>. The
25 module will be called iwl4965.ko.
Zhu Yib481de92007-09-25 17:54:57 -070026
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080027config IWL4965_QOS
28 bool "Enable Wireless QoS in iwl4965 driver"
29 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080030 ---help---
31 This option will enable wireless quality of service (QoS) for the
Zhu Yi66c6b132008-01-04 22:53:11 -080032 iwl4965 driver.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080033
Ron Rindjunsky923effd2007-11-26 16:14:35 +020034config IWL4965_HT
35 bool "Enable 802.11n HT features in iwl4965 driver"
36 depends on EXPERIMENTAL
37 depends on IWL4965 && IWL4965_QOS
Ron Rindjunsky923effd2007-11-26 16:14:35 +020038 ---help---
39 This option enables IEEE 802.11n High Throughput features
40 for the iwl4965 driver.
41
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080042config IWL4965_SPECTRUM_MEASUREMENT
Zhu Yi66c6b132008-01-04 22:53:11 -080043 bool "Enable Spectrum Measurement in iwl4965 driver"
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080044 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080045 ---help---
46 This option will enable spectrum measurement for the iwl4965 driver.
47
48config IWL4965_SENSITIVITY
49 bool "Enable Sensitivity Calibration in iwl4965 driver"
50 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080051 ---help---
52 This option will enable sensitivity calibration for the iwl4965
53 driver.
54
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080055config IWL4965_DEBUG
56 bool "Enable full debugging output in iwl4965 driver"
57 depends on IWL4965
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080058 ---help---
59 This option will enable debug tracing output for the iwl4965
60 driver.
61
62 This will result in the kernel module being ~100k larger. You can
63 control which debug output is sent to the kernel log by setting the
64 value in
65
66 /sys/bus/pci/drivers/${DRIVER}/debug_level
67
68 This entry will only exist if this option is enabled.
69
70 To set a value, simply echo an 8-byte hex value to the same file:
71
72 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
73
74 You can find the list of debug mask values in:
75 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
76
77 If this is your first time using this driver, you should say Y here
78 as the debug information can assist others in helping you resolve
79 any problems you may encounter.
80
Zhu Yib481de92007-09-25 17:54:57 -070081config IWL3945
82 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
Christoph Hellwigbb8c0932008-01-27 16:41:47 -080083 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080084 select FW_LOADER
Zhu Yib481de92007-09-25 17:54:57 -070085 ---help---
86 Select to build the driver supporting the:
87
88 Intel PRO/Wireless 3945ABG/BG Network Connection
89
90 This driver uses the kernel's mac80211 subsystem.
91
Zhu Yib481de92007-09-25 17:54:57 -070092 In order to use this driver, you will need a microcode (uCode)
93 image for it. You can obtain the microcode from:
94
95 <http://intellinuxwireless.org/>.
96
Reinette Chatree7a28272008-01-14 17:46:24 -080097 The microcode is typically installed in /lib/firmware. You can
98 look in the hotplug script /etc/hotplug/firmware.agent to
99 determine which directory FIRMWARE_DIR is set to when the script
100 runs.
Zhu Yib481de92007-09-25 17:54:57 -0700101
102 If you want to compile the driver as a module ( = code which can be
103 inserted in and remvoed from the running kernel whenever you want),
Dirk Hohndele4031492007-10-30 13:37:19 -0700104 say M here and read <file:Documentation/kbuild/modules.txt>. The
105 module will be called iwl3945.ko.
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800106
107config IWL3945_QOS
108 bool "Enable Wireless QoS in iwl3945 driver"
109 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800110 ---help---
111 This option will enable wireless quality of service (QoS) for the
112 iwl3945 driver.
113
114config IWL3945_SPECTRUM_MEASUREMENT
115 bool "Enable Spectrum Measurement in iwl3945 drivers"
116 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800117 ---help---
118 This option will enable spectrum measurement for the iwl3945 driver.
119
120config IWL3945_DEBUG
121 bool "Enable full debugging output in iwl3945 driver"
122 depends on IWL3945
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800123 ---help---
124 This option will enable debug tracing output for the iwl3945
125 driver.
126
127 This will result in the kernel module being ~100k larger. You can
128 control which debug output is sent to the kernel log by setting the
129 value in
130
131 /sys/bus/pci/drivers/${DRIVER}/debug_level
132
133 This entry will only exist if this option is enabled.
134
135 To set a value, simply echo an 8-byte hex value to the same file:
136
137 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
138
139 You can find the list of debug mask values in:
140 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
141
142 If this is your first time using this driver, you should say Y here
143 as the debug information can assist others in helping you resolve
144 any problems you may encounter.
145