diff options
author | James Ketrenos <jketreno@linux.intel.com> | 2005-03-25 13:31:53 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-05-27 21:59:35 -0400 |
commit | 43f66a6ce8da299344cf1bc2ac2311889cc88555 (patch) | |
tree | c918d137e808acb0d12492f7f0fd9ba015d6cc28 /drivers/net/wireless/Kconfig | |
parent | 2c86c275015c880e810830304a3a4ab94803b38b (diff) |
Add ipw2200 wireless driver.
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 7cd0aee18f55..a22b1e7c65ba 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -190,6 +190,58 @@ config IPW_DEBUG | |||
190 | If you are not trying to debug or develop the IPW2100 driver, you | 190 | If you are not trying to debug or develop the IPW2100 driver, you |
191 | most likely want to say N here. | 191 | most likely want to say N here. |
192 | 192 | ||
193 | config IPW2200 | ||
194 | tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" | ||
195 | depends on NET_RADIO && PCI | ||
196 | select FW_LOADER | ||
197 | select IEEE80211 | ||
198 | ---help--- | ||
199 | A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network | ||
200 | Connection adapters. | ||
201 | |||
202 | See <file:Documentation/networking/README.ipw2200> for | ||
203 | information on the capabilities currently enabled in this | ||
204 | driver and for tips for debugging issues and problems. | ||
205 | |||
206 | In order to use this driver, you will need a firmware image for it. | ||
207 | You can obtain the firmware from | ||
208 | <http://ipw2200.sf.net/>. See the above referenced README.ipw2200 | ||
209 | for information on where to install the firmare images. | ||
210 | |||
211 | You will also very likely need the Wireless Tools in order to | ||
212 | configure your card: | ||
213 | |||
214 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. | ||
215 | |||
216 | If you want to compile the driver as a module ( = code which can be | ||
217 | inserted in and remvoed from the running kernel whenever you want), | ||
218 | say M here and read <file:Documentation/modules.txt>. The module | ||
219 | will be called ipw2200.ko. | ||
220 | |||
221 | config IPW_DEBUG | ||
222 | bool "Enable full debugging output in IPW2200 module." | ||
223 | depends on IPW2200 | ||
224 | ---help--- | ||
225 | This option will enable debug tracing output for the IPW2200. | ||
226 | |||
227 | This will result in the kernel module being ~100k larger. You can | ||
228 | control which debug output is sent to the kernel log by setting the | ||
229 | value in | ||
230 | |||
231 | /sys/bus/pci/drivers/ipw2200/debug_level | ||
232 | |||
233 | This entry will only exist if this option is enabled. | ||
234 | |||
235 | To set a value, simply echo an 8-byte hex value to the same file: | ||
236 | |||
237 | % echo 0x00000FFO > /sys/bus/pci/drivers/ipw2200/debug_level | ||
238 | |||
239 | You can find the list of debug mask values in | ||
240 | drivers/net/wireless/ipw2200.h | ||
241 | |||
242 | If you are not trying to debug or develop the IPW2200 driver, you | ||
243 | most likely want to say N here. | ||
244 | |||
193 | config AIRO | 245 | config AIRO |
194 | tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" | 246 | tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" |
195 | depends on NET_RADIO && ISA && (PCI || BROKEN) | 247 | depends on NET_RADIO && ISA && (PCI || BROKEN) |