Kconfig 2.0 KB

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