added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / drivers / net / wireless / p54 / Kconfig
blobd3469d08f966961599789772b97d0827491254a7
1 config P54_COMMON
2         tristate "Softmac Prism54 support"
3         depends on MAC80211 && WLAN_80211 && FW_LOADER && EXPERIMENTAL
4         ---help---
5           This is common code for isl38xx based cards.
6           This module does nothing by itself - the USB/PCI frontends
7           also need to be enabled in order to support any devices.
9           These devices require softmac firmware which can be found at
10           http://prism54.org/
12           If you choose to build a module, it'll be called p54common.
14 config P54_USB
15         tristate "Prism54 USB support"
16         depends on P54_COMMON && USB
17         select CRC32
18         ---help---
19           This driver is for USB isl38xx based wireless cards.
20           These are USB based adapters found in devices such as:
22           3COM 3CRWE254G72
23           SMC 2862W-G
24           Accton 802.11g WN4501 USB
25           Siemens Gigaset USB
26           Netgear WG121
27           Netgear WG111
28           Medion 40900, Roper Europe
29           Shuttle PN15, Airvast WM168g, IOGear GWU513
30           Linksys WUSB54G
31           Linksys WUSB54G Portable
32           DLink DWL-G120 Spinnaker
33           DLink DWL-G122
34           Belkin F5D7050 ver 1000
35           Cohiba Proto board
36           SMC 2862W-G version 2
37           U.S. Robotics U5 802.11g Adapter
38           FUJITSU E-5400 USB D1700
39           Sagem XG703A
40           DLink DWL-G120 Cohiba
41           Spinnaker Proto board
42           Linksys WUSB54AG
43           Inventel UR054G
44           Spinnaker DUT
46           These devices require softmac firmware which can be found at
47           http://prism54.org/
49           If you choose to build a module, it'll be called p54usb.
51 config P54_PCI
52         tristate "Prism54 PCI support"
53         depends on P54_COMMON && PCI
54         ---help---
55           This driver is for PCI isl38xx based wireless cards.
56           This driver supports most devices that are supported by the
57           fullmac prism54 driver plus many devices which are not
58           supported by the fullmac driver/firmware.
60           This driver requires softmac firmware which can be found at
61           http://prism54.org/
63           If you choose to build a module, it'll be called p54pci.