1config 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
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
9	  the questions about  cards. If you say Y, you will be asked for
10	  your specific card in the following questions.
11
12if WLAN_VENDOR_ADMTEK
13
14config ADM8211
15	tristate "ADMtek ADM8211 support"
16	depends on MAC80211 && PCI
17	select CRC32
18	select EEPROM_93CX6
19	---help---
20	  This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
21	  These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
22
23	  Xterasys Cardbus XN-2411b
24	  Blitz NetWave Point PC
25	  TrendNet 221pc
26	  Belkin F5D6001
27	  SMC 2635W
28	  Linksys WPC11 v1
29	  Fiberline FL-WL-200X
30	  3com Office Connect (3CRSHPW796)
31	  Corega WLPCIB-11
32	  SMC 2602W V2 EU
33	  D-Link DWL-520 Revision C
34
35	  However, some of these cards have been replaced with other chips
36	  like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
37	  the Ralink RT2400 (SMC2635W) without a model number change.
38
39	  Thanks to Infineon-ADMtek for their support of this driver.
40
41endif # WLAN_VENDOR_ADMTEK
42