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