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