Kconfig 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. #
  2. # Wireless LAN device configuration
  3. #
  4. menuconfig WLAN
  5. bool "Wireless LAN"
  6. depends on !S390
  7. depends on NET
  8. select WIRELESS
  9. default y
  10. ---help---
  11. This section contains all the pre 802.11 and 802.11 wireless
  12. device drivers. For a complete list of drivers and documentation
  13. on them refer to the wireless wiki:
  14. http://wireless.kernel.org/en/users/Drivers
  15. if WLAN
  16. config PCMCIA_RAYCS
  17. tristate "Aviator/Raytheon 2.4GHz wireless support"
  18. depends on PCMCIA
  19. select WIRELESS_EXT
  20. select WEXT_SPY
  21. select WEXT_PRIV
  22. ---help---
  23. Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
  24. (PC-card) wireless Ethernet networking card to your computer.
  25. Please read the file <file:Documentation/networking/ray_cs.txt> for
  26. details.
  27. To compile this driver as a module, choose M here: the module will be
  28. called ray_cs. If unsure, say N.
  29. config LIBERTAS_THINFIRM
  30. tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
  31. depends on MAC80211
  32. select FW_LOADER
  33. ---help---
  34. A library for Marvell Libertas 8xxx devices using thinfirm.
  35. config LIBERTAS_THINFIRM_DEBUG
  36. bool "Enable full debugging output in the Libertas thin firmware module."
  37. depends on LIBERTAS_THINFIRM
  38. ---help---
  39. Debugging support.
  40. config LIBERTAS_THINFIRM_USB
  41. tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
  42. depends on LIBERTAS_THINFIRM && USB
  43. ---help---
  44. A driver for Marvell Libertas 8388 USB devices using thinfirm.
  45. config AIRO
  46. tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
  47. depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN)
  48. select WIRELESS_EXT
  49. select CRYPTO
  50. select WEXT_SPY
  51. select WEXT_PRIV
  52. ---help---
  53. This is the standard Linux driver to support Cisco/Aironet ISA and
  54. PCI 802.11 wireless cards.
  55. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  56. - with or without encryption) as well as card before the Cisco
  57. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
  58. This driver support both the standard Linux Wireless Extensions
  59. and Cisco proprietary API, so both the Linux Wireless Tools and the
  60. Cisco Linux utilities can be used to configure the card.
  61. The driver can be compiled as a module and will be named "airo".
  62. config ATMEL
  63. tristate "Atmel at76c50x chipset 802.11b support"
  64. depends on CFG80211 && (PCI || PCMCIA)
  65. select WIRELESS_EXT
  66. select WEXT_PRIV
  67. select FW_LOADER
  68. select CRC32
  69. ---help---
  70. A driver 802.11b wireless cards based on the Atmel fast-vnet
  71. chips. This driver supports standard Linux wireless extensions.
  72. Many cards based on this chipset do not have flash memory
  73. and need their firmware loaded at start-up. If yours is
  74. one of these, you will need to provide a firmware image
  75. to be loaded into the card by the driver. The Atmel
  76. firmware package can be downloaded from
  77. <http://www.thekelleys.org.uk/atmel>
  78. config PCI_ATMEL
  79. tristate "Atmel at76c506 PCI cards"
  80. depends on ATMEL && PCI
  81. ---help---
  82. Enable support for PCI and mini-PCI cards containing the
  83. Atmel at76c506 chip.
  84. config PCMCIA_ATMEL
  85. tristate "Atmel at76c502/at76c504 PCMCIA cards"
  86. depends on ATMEL && PCMCIA
  87. select WIRELESS_EXT
  88. select FW_LOADER
  89. select CRC32
  90. ---help---
  91. Enable support for PCMCIA cards containing the
  92. Atmel at76c502 and at76c504 chips.
  93. config AT76C50X_USB
  94. tristate "Atmel at76c503/at76c505/at76c505a USB cards"
  95. depends on MAC80211 && USB
  96. select FW_LOADER
  97. ---help---
  98. Enable support for USB Wireless devices using Atmel at76c503,
  99. at76c505 or at76c505a chips.
  100. config AIRO_CS
  101. tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
  102. depends on CFG80211 && PCMCIA && (BROKEN || !M32R)
  103. select WIRELESS_EXT
  104. select WEXT_SPY
  105. select WEXT_PRIV
  106. select CRYPTO
  107. select CRYPTO_AES
  108. ---help---
  109. This is the standard Linux driver to support Cisco/Aironet PCMCIA
  110. 802.11 wireless cards. This driver is the same as the Aironet
  111. driver part of the Linux Pcmcia package.
  112. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  113. - with or without encryption) as well as card before the Cisco
  114. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
  115. supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
  116. 802.11b cards.
  117. This driver support both the standard Linux Wireless Extensions
  118. and Cisco proprietary API, so both the Linux Wireless Tools and the
  119. Cisco Linux utilities can be used to configure the card.
  120. config PCMCIA_WL3501
  121. tristate "Planet WL3501 PCMCIA cards"
  122. depends on CFG80211 && PCMCIA
  123. select WIRELESS_EXT
  124. select WEXT_SPY
  125. help
  126. A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
  127. It has basic support for Linux wireless extensions and initial
  128. micro support for ethtool.
  129. config PRISM54
  130. tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
  131. depends on PCI
  132. select WIRELESS_EXT
  133. select WEXT_SPY
  134. select WEXT_PRIV
  135. select FW_LOADER
  136. ---help---
  137. This enables support for FullMAC PCI/Cardbus prism54 devices. This
  138. driver is now deprecated in favor for the SoftMAC driver, p54pci.
  139. p54pci supports FullMAC PCI/Cardbus devices as well.
  140. For more information refer to the p54 wiki:
  141. http://wireless.kernel.org/en/users/Drivers/p54
  142. Note: You need a motherboard with DMA support to use any of these cards
  143. When built as module you get the module prism54
  144. config USB_ZD1201
  145. tristate "USB ZD1201 based Wireless device support"
  146. depends on CFG80211 && USB
  147. select WIRELESS_EXT
  148. select WEXT_PRIV
  149. select FW_LOADER
  150. ---help---
  151. Say Y if you want to use wireless LAN adapters based on the ZyDAS
  152. ZD1201 chip.
  153. This driver makes the adapter appear as a normal Ethernet interface,
  154. typically on wlan0.
  155. The zd1201 device requires external firmware to be loaded.
  156. This can be found at http://linux-lc100020.sourceforge.net/
  157. To compile this driver as a module, choose M here: the
  158. module will be called zd1201.
  159. config USB_NET_RNDIS_WLAN
  160. tristate "Wireless RNDIS USB support"
  161. depends on USB
  162. depends on CFG80211
  163. select USB_NET_DRIVERS
  164. select USB_USBNET
  165. select USB_NET_CDCETHER
  166. select USB_NET_RNDIS_HOST
  167. ---help---
  168. This is a driver for wireless RNDIS devices.
  169. These are USB based adapters found in devices such as:
  170. Buffalo WLI-U2-KG125S
  171. U.S. Robotics USR5421
  172. Belkin F5D7051
  173. Linksys WUSB54GSv2
  174. Linksys WUSB54GSC
  175. Asus WL169gE
  176. Eminent EM4045
  177. BT Voyager 1055
  178. Linksys WUSB54GSv1
  179. U.S. Robotics USR5420
  180. BUFFALO WLI-USB-G54
  181. All of these devices are based on Broadcom 4320 chip which is the
  182. only wireless RNDIS chip known to date.
  183. If you choose to build a module, it'll be called rndis_wlan.
  184. config ADM8211
  185. tristate "ADMtek ADM8211 support"
  186. depends on MAC80211 && PCI
  187. select CRC32
  188. select EEPROM_93CX6
  189. ---help---
  190. This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
  191. These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
  192. Xterasys Cardbus XN-2411b
  193. Blitz NetWave Point PC
  194. TrendNet 221pc
  195. Belkin F5D6001
  196. SMC 2635W
  197. Linksys WPC11 v1
  198. Fiberline FL-WL-200X
  199. 3com Office Connect (3CRSHPW796)
  200. Corega WLPCIB-11
  201. SMC 2602W V2 EU
  202. D-Link DWL-520 Revision C
  203. However, some of these cards have been replaced with other chips
  204. like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
  205. the Ralink RT2400 (SMC2635W) without a model number change.
  206. Thanks to Infineon-ADMtek for their support of this driver.
  207. source "drivers/net/wireless/realtek/rtl818x/Kconfig"
  208. config MAC80211_HWSIM
  209. tristate "Simulated radio testing tool for mac80211"
  210. depends on MAC80211
  211. ---help---
  212. This driver is a developer testing tool that can be used to test
  213. IEEE 802.11 networking stack (mac80211) functionality. This is not
  214. needed for normal wireless LAN usage and is only for testing. See
  215. Documentation/networking/mac80211_hwsim for more information on how
  216. to use this tool.
  217. To compile this driver as a module, choose M here: the module will be
  218. called mac80211_hwsim. If unsure, say N.
  219. config MWL8K
  220. tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
  221. depends on MAC80211 && PCI
  222. ---help---
  223. This driver supports Marvell TOPDOG 802.11 wireless cards.
  224. To compile this driver as a module, choose M here: the module
  225. will be called mwl8k. If unsure, say N.
  226. source "drivers/net/wireless/ath/Kconfig"
  227. source "drivers/net/wireless/b43/Kconfig"
  228. source "drivers/net/wireless/b43legacy/Kconfig"
  229. source "drivers/net/wireless/brcm80211/Kconfig"
  230. source "drivers/net/wireless/hostap/Kconfig"
  231. source "drivers/net/wireless/ipw2x00/Kconfig"
  232. source "drivers/net/wireless/iwlwifi/Kconfig"
  233. source "drivers/net/wireless/iwlegacy/Kconfig"
  234. source "drivers/net/wireless/libertas/Kconfig"
  235. source "drivers/net/wireless/orinoco/Kconfig"
  236. source "drivers/net/wireless/p54/Kconfig"
  237. source "drivers/net/wireless/rt2x00/Kconfig"
  238. source "drivers/net/wireless/mediatek/Kconfig"
  239. source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
  240. source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
  241. source "drivers/net/wireless/ti/Kconfig"
  242. source "drivers/net/wireless/zd1211rw/Kconfig"
  243. source "drivers/net/wireless/mwifiex/Kconfig"
  244. source "drivers/net/wireless/cw1200/Kconfig"
  245. source "drivers/net/wireless/rsi/Kconfig"
  246. endif # WLAN