Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. #
  2. # Wireless LAN device configuration
  3. #
  4. menuconfig WLAN
  5. bool "Wireless LAN"
  6. depends on !S390
  7. select WIRELESS
  8. default y
  9. ---help---
  10. This section contains all the pre 802.11 and 802.11 wireless
  11. device drivers. For a complete list of drivers and documentation
  12. on them refer to the wireless wiki:
  13. http://wireless.kernel.org/en/users/Drivers
  14. if WLAN
  15. menuconfig WLAN_PRE80211
  16. bool "Wireless LAN (pre-802.11)"
  17. depends on NETDEVICES
  18. ---help---
  19. Say Y if you have any pre-802.11 wireless LAN hardware.
  20. This option does not affect the kernel build, it only
  21. lets you choose drivers.
  22. config PCMCIA_NETWAVE
  23. tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
  24. depends on PCMCIA && WLAN_PRE80211
  25. select WIRELESS_EXT
  26. select WEXT_PRIV
  27. help
  28. Say Y here if you intend to attach this type of PCMCIA (PC-card)
  29. wireless Ethernet networking card to your computer.
  30. To compile this driver as a module, choose M here: the module will be
  31. called netwave_cs. If unsure, say N.
  32. menuconfig WLAN_80211
  33. bool "Wireless LAN (IEEE 802.11)"
  34. depends on NETDEVICES
  35. ---help---
  36. Say Y if you have any 802.11 wireless LAN hardware.
  37. This option does not affect the kernel build, it only
  38. lets you choose drivers.
  39. config PCMCIA_RAYCS
  40. tristate "Aviator/Raytheon 2.4GHz wireless support"
  41. depends on PCMCIA && WLAN_80211
  42. select WIRELESS_EXT
  43. select WEXT_SPY
  44. select WEXT_PRIV
  45. ---help---
  46. Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
  47. (PC-card) wireless Ethernet networking card to your computer.
  48. Please read the file <file:Documentation/networking/ray_cs.txt> for
  49. details.
  50. To compile this driver as a module, choose M here: the module will be
  51. called ray_cs. If unsure, say N.
  52. config LIBERTAS_THINFIRM
  53. tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
  54. depends on WLAN_80211 && MAC80211
  55. select FW_LOADER
  56. ---help---
  57. A library for Marvell Libertas 8xxx devices using thinfirm.
  58. config LIBERTAS_THINFIRM_USB
  59. tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
  60. depends on LIBERTAS_THINFIRM && USB
  61. ---help---
  62. A driver for Marvell Libertas 8388 USB devices using thinfirm.
  63. config AIRO
  64. tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
  65. depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)
  66. select WIRELESS_EXT
  67. select CRYPTO
  68. select WEXT_SPY
  69. select WEXT_PRIV
  70. ---help---
  71. This is the standard Linux driver to support Cisco/Aironet ISA and
  72. PCI 802.11 wireless cards.
  73. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  74. - with or without encryption) as well as card before the Cisco
  75. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
  76. This driver support both the standard Linux Wireless Extensions
  77. and Cisco proprietary API, so both the Linux Wireless Tools and the
  78. Cisco Linux utilities can be used to configure the card.
  79. The driver can be compiled as a module and will be named "airo".
  80. config ATMEL
  81. tristate "Atmel at76c50x chipset 802.11b support"
  82. depends on (PCI || PCMCIA) && WLAN_80211
  83. select WIRELESS_EXT
  84. select WEXT_PRIV
  85. select FW_LOADER
  86. select CRC32
  87. ---help---
  88. A driver 802.11b wireless cards based on the Atmel fast-vnet
  89. chips. This driver supports standard Linux wireless extensions.
  90. Many cards based on this chipset do not have flash memory
  91. and need their firmware loaded at start-up. If yours is
  92. one of these, you will need to provide a firmware image
  93. to be loaded into the card by the driver. The Atmel
  94. firmware package can be downloaded from
  95. <http://www.thekelleys.org.uk/atmel>
  96. config PCI_ATMEL
  97. tristate "Atmel at76c506 PCI cards"
  98. depends on ATMEL && PCI
  99. ---help---
  100. Enable support for PCI and mini-PCI cards containing the
  101. Atmel at76c506 chip.
  102. config PCMCIA_ATMEL
  103. tristate "Atmel at76c502/at76c504 PCMCIA cards"
  104. depends on ATMEL && PCMCIA
  105. select WIRELESS_EXT
  106. select FW_LOADER
  107. select CRC32
  108. ---help---
  109. Enable support for PCMCIA cards containing the
  110. Atmel at76c502 and at76c504 chips.
  111. config AT76C50X_USB
  112. tristate "Atmel at76c503/at76c505/at76c505a USB cards"
  113. depends on MAC80211 && WLAN_80211 && USB
  114. select FW_LOADER
  115. ---help---
  116. Enable support for USB Wireless devices using Atmel at76c503,
  117. at76c505 or at76c505a chips.
  118. config AIRO_CS
  119. tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
  120. depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
  121. select WIRELESS_EXT
  122. select CRYPTO
  123. select CRYPTO_AES
  124. ---help---
  125. This is the standard Linux driver to support Cisco/Aironet PCMCIA
  126. 802.11 wireless cards. This driver is the same as the Aironet
  127. driver part of the Linux Pcmcia package.
  128. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  129. - with or without encryption) as well as card before the Cisco
  130. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
  131. supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
  132. 802.11b cards.
  133. This driver support both the standard Linux Wireless Extensions
  134. and Cisco proprietary API, so both the Linux Wireless Tools and the
  135. Cisco Linux utilities can be used to configure the card.
  136. config PCMCIA_WL3501
  137. tristate "Planet WL3501 PCMCIA cards"
  138. depends on EXPERIMENTAL && PCMCIA && WLAN_80211
  139. select WIRELESS_EXT
  140. select WEXT_SPY
  141. help
  142. A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
  143. It has basic support for Linux wireless extensions and initial
  144. micro support for ethtool.
  145. config PRISM54
  146. tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
  147. depends on PCI && EXPERIMENTAL && WLAN_80211
  148. select WIRELESS_EXT
  149. select WEXT_SPY
  150. select WEXT_PRIV
  151. select FW_LOADER
  152. ---help---
  153. This enables support for FullMAC PCI/Cardbus prism54 devices. This
  154. driver is now deprecated in favor for the SoftMAC driver, p54pci.
  155. p54pci supports FullMAC PCI/Cardbus devices as well. For details on
  156. the scheduled removal of this driver on the kernel see the feature
  157. removal schedule:
  158. Documentation/feature-removal-schedule.txt
  159. For more information refer to the p54 wiki:
  160. http://wireless.kernel.org/en/users/Drivers/p54
  161. Note: You need a motherboard with DMA support to use any of these cards
  162. When built as module you get the module prism54
  163. config USB_ZD1201
  164. tristate "USB ZD1201 based Wireless device support"
  165. depends on USB && WLAN_80211
  166. select WIRELESS_EXT
  167. select WEXT_PRIV
  168. select FW_LOADER
  169. ---help---
  170. Say Y if you want to use wireless LAN adapters based on the ZyDAS
  171. ZD1201 chip.
  172. This driver makes the adapter appear as a normal Ethernet interface,
  173. typically on wlan0.
  174. The zd1201 device requires external firmware to be loaded.
  175. This can be found at http://linux-lc100020.sourceforge.net/
  176. To compile this driver as a module, choose M here: the
  177. module will be called zd1201.
  178. config USB_NET_RNDIS_WLAN
  179. tristate "Wireless RNDIS USB support"
  180. depends on USB && WLAN_80211 && EXPERIMENTAL
  181. depends on CFG80211
  182. select USB_USBNET
  183. select USB_NET_CDCETHER
  184. select USB_NET_RNDIS_HOST
  185. ---help---
  186. This is a driver for wireless RNDIS devices.
  187. These are USB based adapters found in devices such as:
  188. Buffalo WLI-U2-KG125S
  189. U.S. Robotics USR5421
  190. Belkin F5D7051
  191. Linksys WUSB54GSv2
  192. Linksys WUSB54GSC
  193. Asus WL169gE
  194. Eminent EM4045
  195. BT Voyager 1055
  196. Linksys WUSB54GSv1
  197. U.S. Robotics USR5420
  198. BUFFALO WLI-USB-G54
  199. All of these devices are based on Broadcom 4320 chip which is the
  200. only wireless RNDIS chip known to date.
  201. If you choose to build a module, it'll be called rndis_wlan.
  202. config RTL8180
  203. tristate "Realtek 8180/8185 PCI support"
  204. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  205. select EEPROM_93CX6
  206. ---help---
  207. This is a driver for RTL8180 and RTL8185 based cards.
  208. These are PCI based chips found in cards such as:
  209. (RTL8185 802.11g)
  210. A-Link WL54PC
  211. (RTL8180 802.11b)
  212. Belkin F5D6020 v3
  213. Belkin F5D6020 v3
  214. Dlink DWL-610
  215. Dlink DWL-510
  216. Netgear MA521
  217. Level-One WPC-0101
  218. Acer Aspire 1357 LMi
  219. VCTnet PC-11B1
  220. Ovislink AirLive WL-1120PCM
  221. Mentor WL-PCI
  222. Linksys WPC11 v4
  223. TrendNET TEW-288PI
  224. D-Link DWL-520 Rev D
  225. Repotec RP-WP7126
  226. TP-Link TL-WN250/251
  227. Zonet ZEW1000
  228. Longshine LCS-8031-R
  229. HomeLine HLW-PCC200
  230. GigaFast WF721-AEX
  231. Planet WL-3553
  232. Encore ENLWI-PCI1-NT
  233. TrendNET TEW-266PC
  234. Gigabyte GN-WLMR101
  235. Siemens-fujitsu Amilo D1840W
  236. Edimax EW-7126
  237. PheeNet WL-11PCIR
  238. Tonze PC-2100T
  239. Planet WL-8303
  240. Dlink DWL-650 v M1
  241. Edimax EW-7106
  242. Q-Tec 770WC
  243. Topcom Skyr@cer 4011b
  244. Roper FreeLan 802.11b (edition 2004)
  245. Wistron Neweb Corp CB-200B
  246. Pentagram HorNET
  247. QTec 775WC
  248. TwinMOS Booming B Series
  249. Micronet SP906BB
  250. Sweex LC700010
  251. Surecom EP-9428
  252. Safecom SWLCR-1100
  253. Thanks to Realtek for their support!
  254. config RTL8187
  255. tristate "Realtek 8187 and 8187B USB support"
  256. depends on MAC80211 && USB && WLAN_80211
  257. select EEPROM_93CX6
  258. ---help---
  259. This is a driver for RTL8187 and RTL8187B based cards.
  260. These are USB based chips found in devices such as:
  261. Netgear WG111v2
  262. Level 1 WNC-0301USB
  263. Micronet SP907GK V5
  264. Encore ENUWI-G2
  265. Trendnet TEW-424UB
  266. ASUS P5B Deluxe/P5K Premium motherboards
  267. Toshiba Satellite Pro series of laptops
  268. Asus Wireless Link
  269. Linksys WUSB54GC-EU v2
  270. (v1 = rt73usb; v3 is rt2070-based,
  271. use staging/rt3070 or try rt2800usb)
  272. Thanks to Realtek for their support!
  273. # If possible, automatically enable LEDs for RTL8187.
  274. config RTL8187_LEDS
  275. bool
  276. depends on RTL8187 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = RTL8187)
  277. default y
  278. config ADM8211
  279. tristate "ADMtek ADM8211 support"
  280. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  281. select CRC32
  282. select EEPROM_93CX6
  283. ---help---
  284. This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
  285. These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
  286. Xterasys Cardbus XN-2411b
  287. Blitz NetWave Point PC
  288. TrendNet 221pc
  289. Belkin F5D6001
  290. SMC 2635W
  291. Linksys WPC11 v1
  292. Fiberline FL-WL-200X
  293. 3com Office Connect (3CRSHPW796)
  294. Corega WLPCIB-11
  295. SMC 2602W V2 EU
  296. D-Link DWL-520 Revision C
  297. However, some of these cards have been replaced with other chips
  298. like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
  299. the Ralink RT2400 (SMC2635W) without a model number change.
  300. Thanks to Infineon-ADMtek for their support of this driver.
  301. config MAC80211_HWSIM
  302. tristate "Simulated radio testing tool for mac80211"
  303. depends on MAC80211 && WLAN_80211
  304. ---help---
  305. This driver is a developer testing tool that can be used to test
  306. IEEE 802.11 networking stack (mac80211) functionality. This is not
  307. needed for normal wireless LAN usage and is only for testing. See
  308. Documentation/networking/mac80211_hwsim for more information on how
  309. to use this tool.
  310. To compile this driver as a module, choose M here: the module will be
  311. called mac80211_hwsim. If unsure, say N.
  312. config MWL8K
  313. tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
  314. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  315. ---help---
  316. This driver supports Marvell TOPDOG 802.11 wireless cards.
  317. To compile this driver as a module, choose M here: the module
  318. will be called mwl8k. If unsure, say N.
  319. source "drivers/net/wireless/ath/Kconfig"
  320. source "drivers/net/wireless/b43/Kconfig"
  321. source "drivers/net/wireless/b43legacy/Kconfig"
  322. source "drivers/net/wireless/hostap/Kconfig"
  323. source "drivers/net/wireless/ipw2x00/Kconfig"
  324. source "drivers/net/wireless/iwlwifi/Kconfig"
  325. source "drivers/net/wireless/iwmc3200wifi/Kconfig"
  326. source "drivers/net/wireless/libertas/Kconfig"
  327. source "drivers/net/wireless/orinoco/Kconfig"
  328. source "drivers/net/wireless/p54/Kconfig"
  329. source "drivers/net/wireless/rt2x00/Kconfig"
  330. source "drivers/net/wireless/wl12xx/Kconfig"
  331. source "drivers/net/wireless/zd1211rw/Kconfig"
  332. endif # WLAN