brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · 678979a Raw
43 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config WLAN_VENDOR_ADMTEK3	bool "ADMtek devices"4	default y5	help6	  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 the9	  kernel: saying N will just cause the configurator to skip all the10	  questions about these cards. If you say Y, you will be asked for11	  your specific card in the following questions.12 13if WLAN_VENDOR_ADMTEK14 15config ADM821116	tristate "ADMtek ADM8211 support"17	depends on MAC80211 && PCI18	select CRC3219	select EEPROM_93CX620	help21	  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-2411b25	  Blitz NetWave Point PC26	  TrendNet 221pc27	  Belkin F5D600128	  SMC 2635W29	  Linksys WPC11 v130	  Fiberline FL-WL-200X31	  3com Office Connect (3CRSHPW796)32	  Corega WLPCIB-1133	  SMC 2602W V2 EU34	  D-Link DWL-520 Revision C35 36	  However, some of these cards have been replaced with other chips37	  like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or38	  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_ADMTEK43