···1818if WLAN19192020source "drivers/net/wireless/admtek/Kconfig"2121+source "drivers/net/wireless/cisco/Kconfig"21222223config PCMCIA_RAYCS2324 tristate "Aviator/Raytheon 2.4GHz wireless support"···5352 depends on LIBERTAS_THINFIRM && USB5453 ---help---5554 A driver for Marvell Libertas 8388 USB devices using thinfirm.5656-5757-config AIRO5858- tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"5959- depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN)6060- select WIRELESS_EXT6161- select CRYPTO6262- select WEXT_SPY6363- select WEXT_PRIV6464- ---help---6565- This is the standard Linux driver to support Cisco/Aironet ISA and6666- PCI 802.11 wireless cards.6767- It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X6868- - with or without encryption) as well as card before the Cisco6969- acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).7070-7171- This driver support both the standard Linux Wireless Extensions7272- and Cisco proprietary API, so both the Linux Wireless Tools and the7373- Cisco Linux utilities can be used to configure the card.7474-7575- The driver can be compiled as a module and will be named "airo".76557756config ATMEL7857 tristate "Atmel at76c50x chipset 802.11b support"···96115 ---help---97116 Enable support for USB Wireless devices using Atmel at76c503,98117 at76c505 or at76c505a chips.9999-100100-config AIRO_CS101101- tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"102102- depends on CFG80211 && PCMCIA && (BROKEN || !M32R)103103- select WIRELESS_EXT104104- select WEXT_SPY105105- select WEXT_PRIV106106- select CRYPTO107107- select CRYPTO_AES108108- ---help---109109- This is the standard Linux driver to support Cisco/Aironet PCMCIA110110- 802.11 wireless cards. This driver is the same as the Aironet111111- driver part of the Linux Pcmcia package.112112- It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X113113- - with or without encryption) as well as card before the Cisco114114- acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also115115- supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom116116- 802.11b cards.117117-118118- This driver support both the standard Linux Wireless Extensions119119- and Cisco proprietary API, so both the Linux Wireless Tools and the120120- Cisco Linux utilities can be used to configure the card.121118122119config PCMCIA_WL3501123120 tristate "Planet WL3501 PCMCIA cards"
···11+config WLAN_VENDOR_CISCO22+ bool "Cisco devices"33+ default y44+ ---help---55+ If you have a wireless card belonging to this class, say Y.66+77+ Note that the answer to this question doesn't directly affect the88+ kernel: saying N will just cause the configurator to skip all99+ the questions about cards. If you say Y, you will be asked for1010+ your specific card in the following questions.1111+1212+if WLAN_VENDOR_CISCO1313+1414+config AIRO1515+ tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"1616+ depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN)1717+ select WIRELESS_EXT1818+ select CRYPTO1919+ select WEXT_SPY2020+ select WEXT_PRIV2121+ ---help---2222+ This is the standard Linux driver to support Cisco/Aironet ISA and2323+ PCI 802.11 wireless cards.2424+ It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X2525+ - with or without encryption) as well as card before the Cisco2626+ acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).2727+2828+ This driver support both the standard Linux Wireless Extensions2929+ and Cisco proprietary API, so both the Linux Wireless Tools and the3030+ Cisco Linux utilities can be used to configure the card.3131+3232+ The driver can be compiled as a module and will be named "airo".3333+3434+config AIRO_CS3535+ tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"3636+ depends on CFG80211 && PCMCIA && (BROKEN || !M32R)3737+ select WIRELESS_EXT3838+ select WEXT_SPY3939+ select WEXT_PRIV4040+ select CRYPTO4141+ select CRYPTO_AES4242+ ---help---4343+ This is the standard Linux driver to support Cisco/Aironet PCMCIA4444+ 802.11 wireless cards. This driver is the same as the Aironet4545+ driver part of the Linux Pcmcia package.4646+ It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X4747+ - with or without encryption) as well as card before the Cisco4848+ acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also4949+ supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom5050+ 802.11b cards.5151+5252+ This driver support both the standard Linux Wireless Extensions5353+ and Cisco proprietary API, so both the Linux Wireless Tools and the5454+ Cisco Linux utilities can be used to configure the card.5555+5656+endif # WLAN_VENDOR_CISCO