Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. config WLAN_VENDOR_ADMTEK
  2. bool "ADMtek devices"
  3. default y
  4. ---help---
  5. If you have a wireless card belonging to this class, say Y.
  6. Note that the answer to this question doesn't directly affect the
  7. kernel: saying N will just cause the configurator to skip all the
  8. questions about these cards. If you say Y, you will be asked for
  9. your specific card in the following questions.
  10. if WLAN_VENDOR_ADMTEK
  11. config ADM8211
  12. tristate "ADMtek ADM8211 support"
  13. depends on MAC80211 && PCI
  14. select CRC32
  15. select EEPROM_93CX6
  16. ---help---
  17. This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
  18. These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
  19. Xterasys Cardbus XN-2411b
  20. Blitz NetWave Point PC
  21. TrendNet 221pc
  22. Belkin F5D6001
  23. SMC 2635W
  24. Linksys WPC11 v1
  25. Fiberline FL-WL-200X
  26. 3com Office Connect (3CRSHPW796)
  27. Corega WLPCIB-11
  28. SMC 2602W V2 EU
  29. D-Link DWL-520 Revision C
  30. However, some of these cards have been replaced with other chips
  31. like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
  32. the Ralink RT2400 (SMC2635W) without a model number change.
  33. Thanks to Infineon-ADMtek for their support of this driver.
  34. endif # WLAN_VENDOR_ADMTEK