Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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.
  8. These devices require softmac firmware which can be found at
  9. http://prism54.org/
  10. If you choose to build a module, it'll be called p54common.
  11. config P54_USB
  12. tristate "Prism54 USB support"
  13. depends on P54_COMMON && USB
  14. select CRC32
  15. ---help---
  16. This driver is for USB isl38xx based wireless cards.
  17. These are USB based adapters found in devices such as:
  18. 3COM 3CRWE254G72
  19. SMC 2862W-G
  20. Accton 802.11g WN4501 USB
  21. Siemens Gigaset USB
  22. Netgear WG121
  23. Netgear WG111
  24. Medion 40900, Roper Europe
  25. Shuttle PN15, Airvast WM168g, IOGear GWU513
  26. Linksys WUSB54G
  27. Linksys WUSB54G Portable
  28. DLink DWL-G120 Spinnaker
  29. DLink DWL-G122
  30. Belkin F5D7050 ver 1000
  31. Cohiba Proto board
  32. SMC 2862W-G version 2
  33. U.S. Robotics U5 802.11g Adapter
  34. FUJITSU E-5400 USB D1700
  35. Sagem XG703A
  36. DLink DWL-G120 Cohiba
  37. Spinnaker Proto board
  38. Linksys WUSB54AG
  39. Inventel UR054G
  40. Spinnaker DUT
  41. These devices require softmac firmware which can be found at
  42. http://prism54.org/
  43. If you choose to build a module, it'll be called p54usb.
  44. config P54_PCI
  45. tristate "Prism54 PCI support"
  46. depends on P54_COMMON && PCI
  47. ---help---
  48. This driver is for PCI isl38xx based wireless cards.
  49. This driver supports most devices that are supported by the
  50. fullmac prism54 driver plus many devices which are not
  51. supported by the fullmac driver/firmware.
  52. This driver requires softmac firmware which can be found at
  53. http://prism54.org/
  54. If you choose to build a module, it'll be called p54pci.