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