xref: /openbmc/linux/drivers/net/wireless/cisco/Kconfig (revision a687a533)
130db0ca8SKalle Valoconfig WLAN_VENDOR_CISCO
230db0ca8SKalle Valo	bool "Cisco devices"
330db0ca8SKalle Valo	default y
430db0ca8SKalle Valo	---help---
530db0ca8SKalle Valo	  If you have a wireless card belonging to this class, say Y.
630db0ca8SKalle Valo
730db0ca8SKalle Valo	  Note that the answer to this question doesn't directly affect the
830db0ca8SKalle Valo	  kernel: saying N will just cause the configurator to skip all
930db0ca8SKalle Valo	  the questions about  cards. If you say Y, you will be asked for
1030db0ca8SKalle Valo	  your specific card in the following questions.
1130db0ca8SKalle Valo
1230db0ca8SKalle Valoif WLAN_VENDOR_CISCO
1330db0ca8SKalle Valo
1430db0ca8SKalle Valoconfig AIRO
1530db0ca8SKalle Valo	tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
1630db0ca8SKalle Valo	depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN)
1730db0ca8SKalle Valo	select WIRELESS_EXT
1830db0ca8SKalle Valo	select CRYPTO
1930db0ca8SKalle Valo	select WEXT_SPY
2030db0ca8SKalle Valo	select WEXT_PRIV
2130db0ca8SKalle Valo	---help---
2230db0ca8SKalle Valo	  This is the standard Linux driver to support Cisco/Aironet ISA and
2330db0ca8SKalle Valo	  PCI 802.11 wireless cards.
2430db0ca8SKalle Valo	  It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
2530db0ca8SKalle Valo	  - with or without encryption) as well as card before the Cisco
2630db0ca8SKalle Valo	  acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
2730db0ca8SKalle Valo
2830db0ca8SKalle Valo	  This driver support both the standard Linux Wireless Extensions
2930db0ca8SKalle Valo	  and Cisco proprietary API, so both the Linux Wireless Tools and the
3030db0ca8SKalle Valo	  Cisco Linux utilities can be used to configure the card.
3130db0ca8SKalle Valo
3230db0ca8SKalle Valo	  The driver can be compiled as a module and will be named "airo".
3330db0ca8SKalle Valo
3430db0ca8SKalle Valoconfig AIRO_CS
3530db0ca8SKalle Valo	tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
36a687a533SArnd Bergmann	depends on CFG80211 && PCMCIA
3730db0ca8SKalle Valo	select WIRELESS_EXT
3830db0ca8SKalle Valo	select WEXT_SPY
3930db0ca8SKalle Valo	select WEXT_PRIV
4030db0ca8SKalle Valo	select CRYPTO
4130db0ca8SKalle Valo	select CRYPTO_AES
4230db0ca8SKalle Valo	---help---
4330db0ca8SKalle Valo	  This is the standard Linux driver to support Cisco/Aironet PCMCIA
4430db0ca8SKalle Valo	  802.11 wireless cards.  This driver is the same as the Aironet
4530db0ca8SKalle Valo	  driver part of the Linux Pcmcia package.
4630db0ca8SKalle Valo	  It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
4730db0ca8SKalle Valo	  - with or without encryption) as well as card before the Cisco
4830db0ca8SKalle Valo	  acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
4930db0ca8SKalle Valo	  supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
5030db0ca8SKalle Valo	  802.11b cards.
5130db0ca8SKalle Valo
5230db0ca8SKalle Valo	  This driver support both the standard Linux Wireless Extensions
5330db0ca8SKalle Valo	  and Cisco proprietary API, so both the Linux Wireless Tools and the
5430db0ca8SKalle Valo	  Cisco Linux utilities can be used to configure the card.
5530db0ca8SKalle Valo
5630db0ca8SKalle Valoendif # WLAN_VENDOR_CISCO
57