# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_WLAN_VENDOR_ADMTEK[0m bool "ADMtek devices" default y ---help--- If you have a wireless card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about these cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_WLAN_VENDOR_ADMTEK[0m config [31mCONFIG_ADM8211[0m tristate "ADMtek ADM8211 support" depends on [31mCONFIG_MAC80211[0m && [31mCONFIG_PCI[0m select [31mCONFIG_CRC32[0m select [31mCONFIG_EEPROM_93CX6[0m ---help--- This driver is for ADM8211A, ADM8211B, and ADM8211C based cards. These are [31mCONFIG_PCI[0m/mini-[31mCONFIG_PCI[0m/Cardbus 802.11b chips found in cards such as: Xterasys Cardbus XN-2411b Blitz NetWave Point PC TrendNet 221pc Belkin F5D6001 [31mCONFIG_SMC[0m 2635W Linksys WPC11 v1 Fiberline FL-WL-200X 3com Office Connect (3CRSHPW796) Corega WLPCIB-11 [31mCONFIG_SMC[0m 2602W V2 EU [31mCONFIG_D[0m-Link DWL-520 Revision [31mCONFIG_C[0m However, some of these cards have been replaced with other chips like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or the Ralink RT2400 (SMC2635W) without a model number change. Thanks to Infineon-ADMtek for their support of this driver. endif # [31mCONFIG_WLAN_VENDOR_ADMTEK[0m |