0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config WLAN_VENDOR_CISCO
0003 bool "Cisco devices"
0004 default y
0005 help
0006 If you have a wireless card belonging to this class, say Y.
0007
0008 Note that the answer to this question doesn't directly affect the
0009 kernel: saying N will just cause the configurator to skip all the
0010 questions about these cards. If you say Y, you will be asked for
0011 your specific card in the following questions.
0012
0013 if WLAN_VENDOR_CISCO
0014
0015 config AIRO
0016 tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
0017 depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN)
0018 select WIRELESS_EXT
0019 select CRYPTO
0020 select CRYPTO_SKCIPHER
0021 select WEXT_SPY
0022 select WEXT_PRIV
0023 help
0024 This is the standard Linux driver to support Cisco/Aironet ISA and
0025 PCI 802.11 wireless cards.
0026 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
0027 - with or without encryption) as well as card before the Cisco
0028 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
0029
0030 This driver support both the standard Linux Wireless Extensions
0031 and Cisco proprietary API, so both the Linux Wireless Tools and the
0032 Cisco Linux utilities can be used to configure the card.
0033
0034 The driver can be compiled as a module and will be named "airo".
0035
0036 config AIRO_CS
0037 tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
0038 depends on CFG80211 && PCMCIA
0039 select WIRELESS_EXT
0040 select WEXT_SPY
0041 select WEXT_PRIV
0042 select CRYPTO
0043 select CRYPTO_AES
0044 select CRYPTO_CTR
0045 help
0046 This is the standard Linux driver to support Cisco/Aironet PCMCIA
0047 802.11 wireless cards. This driver is the same as the Aironet
0048 driver part of the Linux Pcmcia package.
0049 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
0050 - with or without encryption) as well as card before the Cisco
0051 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
0052 supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
0053 802.11b cards.
0054
0055 This driver support both the standard Linux Wireless Extensions
0056 and Cisco proprietary API, so both the Linux Wireless Tools and the
0057 Cisco Linux utilities can be used to configure the card.
0058
0059 endif # WLAN_VENDOR_CISCO