diff options
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 38 |
1 files changed, 27 insertions, 11 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index dd7dbf7b14d4..00a07f32a81e 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -289,8 +289,8 @@ config APPLE_AIRPORT | |||
289 | a non-standard interface | 289 | a non-standard interface |
290 | 290 | ||
291 | config PLX_HERMES | 291 | config PLX_HERMES |
292 | tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.) (EXPERIMENTAL)" | 292 | tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.)" |
293 | depends on PCI && HERMES && EXPERIMENTAL | 293 | depends on PCI && HERMES |
294 | help | 294 | help |
295 | Enable support for PCMCIA cards supported by the "Hermes" (aka | 295 | Enable support for PCMCIA cards supported by the "Hermes" (aka |
296 | orinoco) driver when used in PLX9052 based PCI adaptors. These | 296 | orinoco) driver when used in PLX9052 based PCI adaptors. These |
@@ -299,12 +299,9 @@ config PLX_HERMES | |||
299 | 802.11b PCMCIA cards can be used in desktop machines. The Netgear | 299 | 802.11b PCMCIA cards can be used in desktop machines. The Netgear |
300 | MA301 is such an adaptor. | 300 | MA301 is such an adaptor. |
301 | 301 | ||
302 | Support for these adaptors is so far still incomplete and buggy. | ||
303 | You have been warned. | ||
304 | |||
305 | config TMD_HERMES | 302 | config TMD_HERMES |
306 | tristate "Hermes in TMD7160 based PCI adaptor support (EXPERIMENTAL)" | 303 | tristate "Hermes in TMD7160 based PCI adaptor support" |
307 | depends on PCI && HERMES && EXPERIMENTAL | 304 | depends on PCI && HERMES |
308 | help | 305 | help |
309 | Enable support for PCMCIA cards supported by the "Hermes" (aka | 306 | Enable support for PCMCIA cards supported by the "Hermes" (aka |
310 | orinoco) driver when used in TMD7160 based PCI adaptors. These | 307 | orinoco) driver when used in TMD7160 based PCI adaptors. These |
@@ -312,12 +309,18 @@ config TMD_HERMES | |||
312 | PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that | 309 | PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that |
313 | 802.11b PCMCIA cards can be used in desktop machines. | 310 | 802.11b PCMCIA cards can be used in desktop machines. |
314 | 311 | ||
315 | Support for these adaptors is so far still incomplete and buggy. | 312 | config NORTEL_HERMES |
316 | You have been warned. | 313 | tristate "Nortel emobility PCI adaptor support" |
314 | depends on PCI && HERMES | ||
315 | help | ||
316 | Enable support for PCMCIA cards supported by the "Hermes" (aka | ||
317 | orinoco) driver when used in Nortel emobility PCI adaptors. These | ||
318 | adaptors are not full PCMCIA controllers, but act as a more limited | ||
319 | PCI <-> PCMCIA bridge. | ||
317 | 320 | ||
318 | config PCI_HERMES | 321 | config PCI_HERMES |
319 | tristate "Prism 2.5 PCI 802.11b adaptor support (EXPERIMENTAL)" | 322 | tristate "Prism 2.5 PCI 802.11b adaptor support" |
320 | depends on PCI && HERMES && EXPERIMENTAL | 323 | depends on PCI && HERMES |
321 | help | 324 | help |
322 | Enable support for PCI and mini-PCI 802.11b wireless NICs based on | 325 | Enable support for PCI and mini-PCI 802.11b wireless NICs based on |
323 | the Prism 2.5 chipset. These are true PCI cards, not the 802.11b | 326 | the Prism 2.5 chipset. These are true PCI cards, not the 802.11b |
@@ -372,6 +375,19 @@ config PCMCIA_HERMES | |||
372 | configure your card and that /etc/pcmcia/wireless.opts works: | 375 | configure your card and that /etc/pcmcia/wireless.opts works: |
373 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. | 376 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. |
374 | 377 | ||
378 | config PCMCIA_SPECTRUM | ||
379 | tristate "Symbol Spectrum24 Trilogy PCMCIA card support" | ||
380 | depends on NET_RADIO && PCMCIA && HERMES | ||
381 | ---help--- | ||
382 | |||
383 | This is a driver for 802.11b cards using RAM-loadable Symbol | ||
384 | firmware, such as Symbol Wireless Networker LA4100, CompactFlash | ||
385 | cards by Socket Communications and Intel PRO/Wireless 2011B. | ||
386 | |||
387 | This driver requires firmware download on startup. Utilities | ||
388 | for downloading Symbol firmware are available at | ||
389 | <http://sourceforge.net/projects/orinoco/> | ||
390 | |||
375 | config AIRO_CS | 391 | config AIRO_CS |
376 | tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" | 392 | tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" |
377 | depends on NET_RADIO && PCMCIA && (BROKEN || !M32R) | 393 | depends on NET_RADIO && PCMCIA && (BROKEN || !M32R) |