diff options
author | Michael Wu <flamingice@sourmilk.net> | 2007-12-18 18:36:10 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-12-19 21:31:01 -0500 |
commit | 7d2e941b0b741d17e95baf095dbf1c77f2b95b56 (patch) | |
tree | 109d1515950f3ae0d6b82374a0e4c89d0aad85df /drivers | |
parent | 9934550d7ff69b222d4c751b5712204d5511c39e (diff) |
p54: add Kconfig description
Some people would like to know what p54 is.
Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/Kconfig | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 2b733c582915..7bdf9da59992 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -586,15 +586,66 @@ config ADM8211 | |||
586 | config P54_COMMON | 586 | config P54_COMMON |
587 | tristate "Softmac Prism54 support" | 587 | tristate "Softmac Prism54 support" |
588 | depends on MAC80211 && WLAN_80211 && FW_LOADER && EXPERIMENTAL | 588 | depends on MAC80211 && WLAN_80211 && FW_LOADER && EXPERIMENTAL |
589 | ---help--- | ||
590 | This is common code for isl38xx based cards. | ||
591 | This module does nothing by itself - the USB/PCI frontends | ||
592 | also need to be enabled in order to support any devices. | ||
593 | |||
594 | These devices require softmac firmware which can be found at | ||
595 | http://prism54.org/ | ||
596 | |||
597 | If you choose to build a module, it'll be called p54common. | ||
589 | 598 | ||
590 | config P54_USB | 599 | config P54_USB |
591 | tristate "Prism54 USB support" | 600 | tristate "Prism54 USB support" |
592 | depends on P54_COMMON && USB | 601 | depends on P54_COMMON && USB |
593 | select CRC32 | 602 | select CRC32 |
603 | ---help--- | ||
604 | This driver is for USB isl38xx based wireless cards. | ||
605 | These are USB based adapters found in devices such as: | ||
606 | |||
607 | 3COM 3CRWE254G72 | ||
608 | SMC 2862W-G | ||
609 | Accton 802.11g WN4501 USB | ||
610 | Siemens Gigaset USB | ||
611 | Netgear WG121 | ||
612 | Netgear WG111 | ||
613 | Medion 40900, Roper Europe | ||
614 | Shuttle PN15, Airvast WM168g, IOGear GWU513 | ||
615 | Linksys WUSB54G | ||
616 | Linksys WUSB54G Portable | ||
617 | DLink DWL-G120 Spinnaker | ||
618 | DLink DWL-G122 | ||
619 | Belkin F5D7050 ver 1000 | ||
620 | Cohiba Proto board | ||
621 | SMC 2862W-G version 2 | ||
622 | U.S. Robotics U5 802.11g Adapter | ||
623 | FUJITSU E-5400 USB D1700 | ||
624 | Sagem XG703A | ||
625 | DLink DWL-G120 Cohiba | ||
626 | Spinnaker Proto board | ||
627 | Linksys WUSB54AG | ||
628 | Inventel UR054G | ||
629 | Spinnaker DUT | ||
630 | |||
631 | These devices require softmac firmware which can be found at | ||
632 | http://prism54.org/ | ||
633 | |||
634 | If you choose to build a module, it'll be called p54usb. | ||
594 | 635 | ||
595 | config P54_PCI | 636 | config P54_PCI |
596 | tristate "Prism54 PCI support" | 637 | tristate "Prism54 PCI support" |
597 | depends on P54_COMMON && PCI | 638 | depends on P54_COMMON && PCI |
639 | ---help--- | ||
640 | This driver is for PCI isl38xx based wireless cards. | ||
641 | This driver supports most devices that are supported by the | ||
642 | fullmac prism54 driver plus many devices which are not | ||
643 | supported by the fullmac driver/firmware. | ||
644 | |||
645 | This driver requires softmac firmware which can be found at | ||
646 | http://prism54.org/ | ||
647 | |||
648 | If you choose to build a module, it'll be called p54pci. | ||
598 | 649 | ||
599 | source "drivers/net/wireless/iwlwifi/Kconfig" | 650 | source "drivers/net/wireless/iwlwifi/Kconfig" |
600 | source "drivers/net/wireless/hostap/Kconfig" | 651 | source "drivers/net/wireless/hostap/Kconfig" |