aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/Kconfig
diff options
context:
space:
mode:
authorFaidon Liambotis <paravoid@debian.org>2007-07-22 09:16:36 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:49:34 -0400
commite12dcb05bf70dfa328173fd55b7c13e71dfdb453 (patch)
tree60dbdedac298cfe97b2f2b71ce86e9c667b9ad30 /drivers/net/wireless/Kconfig
parentc5691235cf70ae2bd71c1f445eb991191530ec6c (diff)
[PATCH] Kconfig: order options
Reorder the Atmel options so that the menu appears saner. Before: < > Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) <*> Atmel at76c50x chipset 802.11b support < > Atmel at76c506 PCI cards (NEW) < > Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards < > Atmel at76c502/at76c504 PCMCIA cards (NEW) After: < > Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) <*> Atmel at76c50x chipset 802.11b support < > Atmel at76c506 PCI cards (NEW) < > Atmel at76c502/at76c504 PCMCIA cards (NEW) < > Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards Signed-off-by: Faidon Liambotis <paravoid@debian.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r--drivers/net/wireless/Kconfig68
1 files changed, 34 insertions, 34 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index 86480afe535..8c103f92ed6 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -379,30 +379,6 @@ config PCI_HERMES
379 common. Some of the built-in wireless adaptors in laptops are of 379 common. Some of the built-in wireless adaptors in laptops are of
380 this variety. 380 this variety.
381 381
382config ATMEL
383 tristate "Atmel at76c50x chipset 802.11b support"
384 depends on (PCI || PCMCIA) && WLAN_80211
385 select WIRELESS_EXT
386 select FW_LOADER
387 select CRC32
388 ---help---
389 A driver 802.11b wireless cards based on the Atmel fast-vnet
390 chips. This driver supports standard Linux wireless extensions.
391
392 Many cards based on this chipset do not have flash memory
393 and need their firmware loaded at start-up. If yours is
394 one of these, you will need to provide a firmware image
395 to be loaded into the card by the driver. The Atmel
396 firmware package can be downloaded from
397 <http://www.thekelleys.org.uk/atmel>
398
399config PCI_ATMEL
400 tristate "Atmel at76c506 PCI cards"
401 depends on ATMEL && PCI
402 ---help---
403 Enable support for PCI and mini-PCI cards containing the
404 Atmel at76c506 chip.
405
406config PCMCIA_HERMES 382config PCMCIA_HERMES
407 tristate "Hermes PCMCIA card support" 383 tristate "Hermes PCMCIA card support"
408 depends on PCMCIA && HERMES 384 depends on PCMCIA && HERMES
@@ -437,6 +413,40 @@ config PCMCIA_SPECTRUM
437 for downloading Symbol firmware are available at 413 for downloading Symbol firmware are available at
438 <http://sourceforge.net/projects/orinoco/> 414 <http://sourceforge.net/projects/orinoco/>
439 415
416config ATMEL
417 tristate "Atmel at76c50x chipset 802.11b support"
418 depends on (PCI || PCMCIA) && WLAN_80211
419 select WIRELESS_EXT
420 select FW_LOADER
421 select CRC32
422 ---help---
423 A driver 802.11b wireless cards based on the Atmel fast-vnet
424 chips. This driver supports standard Linux wireless extensions.
425
426 Many cards based on this chipset do not have flash memory
427 and need their firmware loaded at start-up. If yours is
428 one of these, you will need to provide a firmware image
429 to be loaded into the card by the driver. The Atmel
430 firmware package can be downloaded from
431 <http://www.thekelleys.org.uk/atmel>
432
433config PCI_ATMEL
434 tristate "Atmel at76c506 PCI cards"
435 depends on ATMEL && PCI
436 ---help---
437 Enable support for PCI and mini-PCI cards containing the
438 Atmel at76c506 chip.
439
440config PCMCIA_ATMEL
441 tristate "Atmel at76c502/at76c504 PCMCIA cards"
442 depends on ATMEL && PCMCIA
443 select WIRELESS_EXT
444 select FW_LOADER
445 select CRC32
446 ---help---
447 Enable support for PCMCIA cards containing the
448 Atmel at76c502 and at76c504 chips.
449
440config AIRO_CS 450config AIRO_CS
441 tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" 451 tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
442 depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211 452 depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
@@ -462,16 +472,6 @@ config AIRO_CS
462 for location). You also want to check out the PCMCIA-HOWTO, 472 for location). You also want to check out the PCMCIA-HOWTO,
463 available from <http://www.tldp.org/docs.html#howto>. 473 available from <http://www.tldp.org/docs.html#howto>.
464 474
465config PCMCIA_ATMEL
466 tristate "Atmel at76c502/at76c504 PCMCIA cards"
467 depends on ATMEL && PCMCIA
468 select WIRELESS_EXT
469 select FW_LOADER
470 select CRC32
471 ---help---
472 Enable support for PCMCIA cards containing the
473 Atmel at76c502 and at76c504 chips.
474
475config PCMCIA_WL3501 475config PCMCIA_WL3501
476 tristate "Planet WL3501 PCMCIA cards" 476 tristate "Planet WL3501 PCMCIA cards"
477 depends on EXPERIMENTAL && PCMCIA && WLAN_80211 477 depends on EXPERIMENTAL && PCMCIA && WLAN_80211