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