1*30db0ca8SKalle Valoconfig WLAN_VENDOR_CISCO 2*30db0ca8SKalle Valo bool "Cisco devices" 3*30db0ca8SKalle Valo default y 4*30db0ca8SKalle Valo ---help--- 5*30db0ca8SKalle Valo If you have a wireless card belonging to this class, say Y. 6*30db0ca8SKalle Valo 7*30db0ca8SKalle Valo Note that the answer to this question doesn't directly affect the 8*30db0ca8SKalle Valo kernel: saying N will just cause the configurator to skip all 9*30db0ca8SKalle Valo the questions about cards. If you say Y, you will be asked for 10*30db0ca8SKalle Valo your specific card in the following questions. 11*30db0ca8SKalle Valo 12*30db0ca8SKalle Valoif WLAN_VENDOR_CISCO 13*30db0ca8SKalle Valo 14*30db0ca8SKalle Valoconfig AIRO 15*30db0ca8SKalle Valo tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" 16*30db0ca8SKalle Valo depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN) 17*30db0ca8SKalle Valo select WIRELESS_EXT 18*30db0ca8SKalle Valo select CRYPTO 19*30db0ca8SKalle Valo select WEXT_SPY 20*30db0ca8SKalle Valo select WEXT_PRIV 21*30db0ca8SKalle Valo ---help--- 22*30db0ca8SKalle Valo This is the standard Linux driver to support Cisco/Aironet ISA and 23*30db0ca8SKalle Valo PCI 802.11 wireless cards. 24*30db0ca8SKalle Valo It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 25*30db0ca8SKalle Valo - with or without encryption) as well as card before the Cisco 26*30db0ca8SKalle Valo acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). 27*30db0ca8SKalle Valo 28*30db0ca8SKalle Valo This driver support both the standard Linux Wireless Extensions 29*30db0ca8SKalle Valo and Cisco proprietary API, so both the Linux Wireless Tools and the 30*30db0ca8SKalle Valo Cisco Linux utilities can be used to configure the card. 31*30db0ca8SKalle Valo 32*30db0ca8SKalle Valo The driver can be compiled as a module and will be named "airo". 33*30db0ca8SKalle Valo 34*30db0ca8SKalle Valoconfig AIRO_CS 35*30db0ca8SKalle Valo tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" 36*30db0ca8SKalle Valo depends on CFG80211 && PCMCIA && (BROKEN || !M32R) 37*30db0ca8SKalle Valo select WIRELESS_EXT 38*30db0ca8SKalle Valo select WEXT_SPY 39*30db0ca8SKalle Valo select WEXT_PRIV 40*30db0ca8SKalle Valo select CRYPTO 41*30db0ca8SKalle Valo select CRYPTO_AES 42*30db0ca8SKalle Valo ---help--- 43*30db0ca8SKalle Valo This is the standard Linux driver to support Cisco/Aironet PCMCIA 44*30db0ca8SKalle Valo 802.11 wireless cards. This driver is the same as the Aironet 45*30db0ca8SKalle Valo driver part of the Linux Pcmcia package. 46*30db0ca8SKalle Valo It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 47*30db0ca8SKalle Valo - with or without encryption) as well as card before the Cisco 48*30db0ca8SKalle Valo acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also 49*30db0ca8SKalle Valo supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom 50*30db0ca8SKalle Valo 802.11b cards. 51*30db0ca8SKalle Valo 52*30db0ca8SKalle Valo This driver support both the standard Linux Wireless Extensions 53*30db0ca8SKalle Valo and Cisco proprietary API, so both the Linux Wireless Tools and the 54*30db0ca8SKalle Valo Cisco Linux utilities can be used to configure the card. 55*30db0ca8SKalle Valo 56*30db0ca8SKalle Valoendif # WLAN_VENDOR_CISCO 57