Kconfig 1.2 KB

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