Kconfig 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  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 STRIP
  23. tristate "STRIP (Metricom starmode radio IP)"
  24. depends on INET && WLAN_PRE80211
  25. select WIRELESS_EXT
  26. ---help---
  27. Say Y if you have a Metricom radio and intend to use Starmode Radio
  28. IP. STRIP is a radio protocol developed for the MosquitoNet project
  29. to send Internet traffic using Metricom radios. Metricom radios are
  30. small, battery powered, 100kbit/sec packet radio transceivers, about
  31. the size and weight of a cellular telephone. (You may also have heard
  32. them called "Metricom modems" but we avoid the term "modem" because
  33. it misleads many people into thinking that you can plug a Metricom
  34. modem into a phone line and use it as a modem.)
  35. You can use STRIP on any Linux machine with a serial port, although
  36. it is obviously most useful for people with laptop computers. If you
  37. think you might get a Metricom radio in the future, there is no harm
  38. in saying Y to STRIP now, except that it makes the kernel a bit
  39. bigger.
  40. To compile this as a module, choose M here: the module will be
  41. called strip.
  42. config ARLAN
  43. tristate "Aironet Arlan 655 & IC2200 DS support"
  44. depends on ISA && !64BIT && WLAN_PRE80211
  45. select WIRELESS_EXT
  46. ---help---
  47. Aironet makes Arlan, a class of wireless LAN adapters. These use the
  48. www.Telxon.com chip, which is also used on several similar cards.
  49. This driver is tested on the 655 and IC2200 series cards. Look at
  50. <http://www.ylenurme.ee/~elmer/655/> for the latest information.
  51. The driver is built as two modules, arlan and arlan-proc. The latter
  52. is the /proc interface and is not needed most of time.
  53. On some computers the card ends up in non-valid state after some
  54. time. Use a ping-reset script to clear it.
  55. config WAVELAN
  56. tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"
  57. depends on ISA && WLAN_PRE80211
  58. select WIRELESS_EXT
  59. select WEXT_SPY
  60. select WEXT_PRIV
  61. ---help---
  62. The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is
  63. a Radio LAN (wireless Ethernet-like Local Area Network) using the
  64. radio frequencies 900 MHz and 2.4 GHz.
  65. If you want to use an ISA WaveLAN card under Linux, say Y and read
  66. the Ethernet-HOWTO, available from
  67. <http://www.tldp.org/docs.html#howto>. Some more specific
  68. information is contained in
  69. <file:Documentation/networking/wavelan.txt> and in the source code
  70. <file:drivers/net/wireless/wavelan.p.h>.
  71. You will also need the wireless tools package available from
  72. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
  73. Please read the man pages contained therein.
  74. To compile this driver as a module, choose M here: the module will be
  75. called wavelan.
  76. config PCMCIA_WAVELAN
  77. tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support"
  78. depends on PCMCIA && WLAN_PRE80211
  79. select WIRELESS_EXT
  80. select WEXT_SPY
  81. select WEXT_PRIV
  82. help
  83. Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA
  84. (PC-card) wireless Ethernet networking card to your computer. This
  85. driver is for the non-IEEE-802.11 Wavelan cards.
  86. To compile this driver as a module, choose M here: the module will be
  87. called wavelan_cs. If unsure, say N.
  88. config PCMCIA_NETWAVE
  89. tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
  90. depends on PCMCIA && WLAN_PRE80211
  91. select WIRELESS_EXT
  92. select WEXT_PRIV
  93. help
  94. Say Y here if you intend to attach this type of PCMCIA (PC-card)
  95. wireless Ethernet networking card to your computer.
  96. To compile this driver as a module, choose M here: the module will be
  97. called netwave_cs. If unsure, say N.
  98. menuconfig WLAN_80211
  99. bool "Wireless LAN (IEEE 802.11)"
  100. depends on NETDEVICES
  101. ---help---
  102. Say Y if you have any 802.11 wireless LAN hardware.
  103. This option does not affect the kernel build, it only
  104. lets you choose drivers.
  105. config PCMCIA_RAYCS
  106. tristate "Aviator/Raytheon 2.4GHz wireless support"
  107. depends on PCMCIA && WLAN_80211
  108. select WIRELESS_EXT
  109. select WEXT_SPY
  110. select WEXT_PRIV
  111. ---help---
  112. Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
  113. (PC-card) wireless Ethernet networking card to your computer.
  114. Please read the file <file:Documentation/networking/ray_cs.txt> for
  115. details.
  116. To compile this driver as a module, choose M here: the module will be
  117. called ray_cs. If unsure, say N.
  118. config LIBERTAS_THINFIRM
  119. tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
  120. depends on WLAN_80211 && MAC80211
  121. select FW_LOADER
  122. ---help---
  123. A library for Marvell Libertas 8xxx devices using thinfirm.
  124. config LIBERTAS_THINFIRM_USB
  125. tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
  126. depends on LIBERTAS_THINFIRM && USB
  127. ---help---
  128. A driver for Marvell Libertas 8388 USB devices using thinfirm.
  129. config AIRO
  130. tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
  131. depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)
  132. select WIRELESS_EXT
  133. select CRYPTO
  134. select WEXT_SPY
  135. select WEXT_PRIV
  136. ---help---
  137. This is the standard Linux driver to support Cisco/Aironet ISA and
  138. PCI 802.11 wireless cards.
  139. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  140. - with or without encryption) as well as card before the Cisco
  141. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
  142. This driver support both the standard Linux Wireless Extensions
  143. and Cisco proprietary API, so both the Linux Wireless Tools and the
  144. Cisco Linux utilities can be used to configure the card.
  145. The driver can be compiled as a module and will be named "airo".
  146. config ATMEL
  147. tristate "Atmel at76c50x chipset 802.11b support"
  148. depends on (PCI || PCMCIA) && WLAN_80211
  149. select WIRELESS_EXT
  150. select WEXT_PRIV
  151. select FW_LOADER
  152. select CRC32
  153. ---help---
  154. A driver 802.11b wireless cards based on the Atmel fast-vnet
  155. chips. This driver supports standard Linux wireless extensions.
  156. Many cards based on this chipset do not have flash memory
  157. and need their firmware loaded at start-up. If yours is
  158. one of these, you will need to provide a firmware image
  159. to be loaded into the card by the driver. The Atmel
  160. firmware package can be downloaded from
  161. <http://www.thekelleys.org.uk/atmel>
  162. config PCI_ATMEL
  163. tristate "Atmel at76c506 PCI cards"
  164. depends on ATMEL && PCI
  165. ---help---
  166. Enable support for PCI and mini-PCI cards containing the
  167. Atmel at76c506 chip.
  168. config PCMCIA_ATMEL
  169. tristate "Atmel at76c502/at76c504 PCMCIA cards"
  170. depends on ATMEL && PCMCIA
  171. select WIRELESS_EXT
  172. select FW_LOADER
  173. select CRC32
  174. ---help---
  175. Enable support for PCMCIA cards containing the
  176. Atmel at76c502 and at76c504 chips.
  177. config AT76C50X_USB
  178. tristate "Atmel at76c503/at76c505/at76c505a USB cards"
  179. depends on MAC80211 && WLAN_80211 && USB
  180. select FW_LOADER
  181. ---help---
  182. Enable support for USB Wireless devices using Atmel at76c503,
  183. at76c505 or at76c505a chips.
  184. config AIRO_CS
  185. tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
  186. depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
  187. select WIRELESS_EXT
  188. select CRYPTO
  189. select CRYPTO_AES
  190. ---help---
  191. This is the standard Linux driver to support Cisco/Aironet PCMCIA
  192. 802.11 wireless cards. This driver is the same as the Aironet
  193. driver part of the Linux Pcmcia package.
  194. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  195. - with or without encryption) as well as card before the Cisco
  196. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
  197. supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
  198. 802.11b cards.
  199. This driver support both the standard Linux Wireless Extensions
  200. and Cisco proprietary API, so both the Linux Wireless Tools and the
  201. Cisco Linux utilities can be used to configure the card.
  202. config PCMCIA_WL3501
  203. tristate "Planet WL3501 PCMCIA cards"
  204. depends on EXPERIMENTAL && PCMCIA && WLAN_80211
  205. select WIRELESS_EXT
  206. select WEXT_SPY
  207. help
  208. A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
  209. It has basic support for Linux wireless extensions and initial
  210. micro support for ethtool.
  211. config PRISM54
  212. tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
  213. depends on PCI && EXPERIMENTAL && WLAN_80211
  214. select WIRELESS_EXT
  215. select WEXT_SPY
  216. select WEXT_PRIV
  217. select FW_LOADER
  218. ---help---
  219. This enables support for FullMAC PCI/Cardbus prism54 devices. This
  220. driver is now deprecated in favor for the SoftMAC driver, p54pci.
  221. p54pci supports FullMAC PCI/Cardbus devices as well. For details on
  222. the scheduled removal of this driver on the kernel see the feature
  223. removal schedule:
  224. Documentation/feature-removal-schedule.txt
  225. For more information refer to the p54 wiki:
  226. http://wireless.kernel.org/en/users/Drivers/p54
  227. Note: You need a motherboard with DMA support to use any of these cards
  228. When built as module you get the module prism54
  229. config USB_ZD1201
  230. tristate "USB ZD1201 based Wireless device support"
  231. depends on USB && WLAN_80211
  232. select WIRELESS_EXT
  233. select WEXT_PRIV
  234. select FW_LOADER
  235. ---help---
  236. Say Y if you want to use wireless LAN adapters based on the ZyDAS
  237. ZD1201 chip.
  238. This driver makes the adapter appear as a normal Ethernet interface,
  239. typically on wlan0.
  240. The zd1201 device requires external firmware to be loaded.
  241. This can be found at http://linux-lc100020.sourceforge.net/
  242. To compile this driver as a module, choose M here: the
  243. module will be called zd1201.
  244. config USB_NET_RNDIS_WLAN
  245. tristate "Wireless RNDIS USB support"
  246. depends on USB && WLAN_80211 && EXPERIMENTAL
  247. depends on CFG80211
  248. select USB_USBNET
  249. select USB_NET_CDCETHER
  250. select USB_NET_RNDIS_HOST
  251. ---help---
  252. This is a driver for wireless RNDIS devices.
  253. These are USB based adapters found in devices such as:
  254. Buffalo WLI-U2-KG125S
  255. U.S. Robotics USR5421
  256. Belkin F5D7051
  257. Linksys WUSB54GSv2
  258. Linksys WUSB54GSC
  259. Asus WL169gE
  260. Eminent EM4045
  261. BT Voyager 1055
  262. Linksys WUSB54GSv1
  263. U.S. Robotics USR5420
  264. BUFFALO WLI-USB-G54
  265. All of these devices are based on Broadcom 4320 chip which is the
  266. only wireless RNDIS chip known to date.
  267. If you choose to build a module, it'll be called rndis_wlan.
  268. config RTL8180
  269. tristate "Realtek 8180/8185 PCI support"
  270. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  271. select EEPROM_93CX6
  272. ---help---
  273. This is a driver for RTL8180 and RTL8185 based cards.
  274. These are PCI based chips found in cards such as:
  275. (RTL8185 802.11g)
  276. A-Link WL54PC
  277. (RTL8180 802.11b)
  278. Belkin F5D6020 v3
  279. Belkin F5D6020 v3
  280. Dlink DWL-610
  281. Dlink DWL-510
  282. Netgear MA521
  283. Level-One WPC-0101
  284. Acer Aspire 1357 LMi
  285. VCTnet PC-11B1
  286. Ovislink AirLive WL-1120PCM
  287. Mentor WL-PCI
  288. Linksys WPC11 v4
  289. TrendNET TEW-288PI
  290. D-Link DWL-520 Rev D
  291. Repotec RP-WP7126
  292. TP-Link TL-WN250/251
  293. Zonet ZEW1000
  294. Longshine LCS-8031-R
  295. HomeLine HLW-PCC200
  296. GigaFast WF721-AEX
  297. Planet WL-3553
  298. Encore ENLWI-PCI1-NT
  299. TrendNET TEW-266PC
  300. Gigabyte GN-WLMR101
  301. Siemens-fujitsu Amilo D1840W
  302. Edimax EW-7126
  303. PheeNet WL-11PCIR
  304. Tonze PC-2100T
  305. Planet WL-8303
  306. Dlink DWL-650 v M1
  307. Edimax EW-7106
  308. Q-Tec 770WC
  309. Topcom Skyr@cer 4011b
  310. Roper FreeLan 802.11b (edition 2004)
  311. Wistron Neweb Corp CB-200B
  312. Pentagram HorNET
  313. QTec 775WC
  314. TwinMOS Booming B Series
  315. Micronet SP906BB
  316. Sweex LC700010
  317. Surecom EP-9428
  318. Safecom SWLCR-1100
  319. Thanks to Realtek for their support!
  320. config RTL8187
  321. tristate "Realtek 8187 and 8187B USB support"
  322. depends on MAC80211 && USB && WLAN_80211
  323. select EEPROM_93CX6
  324. ---help---
  325. This is a driver for RTL8187 and RTL8187B based cards.
  326. These are USB based chips found in devices such as:
  327. Netgear WG111v2
  328. Level 1 WNC-0301USB
  329. Micronet SP907GK V5
  330. Encore ENUWI-G2
  331. Trendnet TEW-424UB
  332. ASUS P5B Deluxe/P5K Premium motherboards
  333. Toshiba Satellite Pro series of laptops
  334. Asus Wireless Link
  335. Linksys WUSB54GC-EU v2
  336. (v1 = rt73usb; v3 is rt2070-based,
  337. use staging/rt3070 or try rt2800usb)
  338. Thanks to Realtek for their support!
  339. # If possible, automatically enable LEDs for RTL8187.
  340. config RTL8187_LEDS
  341. bool
  342. depends on RTL8187 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = RTL8187)
  343. default y
  344. config ADM8211
  345. tristate "ADMtek ADM8211 support"
  346. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  347. select CRC32
  348. select EEPROM_93CX6
  349. ---help---
  350. This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
  351. These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
  352. Xterasys Cardbus XN-2411b
  353. Blitz NetWave Point PC
  354. TrendNet 221pc
  355. Belkin F5D6001
  356. SMC 2635W
  357. Linksys WPC11 v1
  358. Fiberline FL-WL-200X
  359. 3com Office Connect (3CRSHPW796)
  360. Corega WLPCIB-11
  361. SMC 2602W V2 EU
  362. D-Link DWL-520 Revision C
  363. However, some of these cards have been replaced with other chips
  364. like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
  365. the Ralink RT2400 (SMC2635W) without a model number change.
  366. Thanks to Infineon-ADMtek for their support of this driver.
  367. config MAC80211_HWSIM
  368. tristate "Simulated radio testing tool for mac80211"
  369. depends on MAC80211 && WLAN_80211
  370. ---help---
  371. This driver is a developer testing tool that can be used to test
  372. IEEE 802.11 networking stack (mac80211) functionality. This is not
  373. needed for normal wireless LAN usage and is only for testing. See
  374. Documentation/networking/mac80211_hwsim for more information on how
  375. to use this tool.
  376. To compile this driver as a module, choose M here: the module will be
  377. called mac80211_hwsim. If unsure, say N.
  378. config MWL8K
  379. tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
  380. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  381. ---help---
  382. This driver supports Marvell TOPDOG 802.11 wireless cards.
  383. To compile this driver as a module, choose M here: the module
  384. will be called mwl8k. If unsure, say N.
  385. source "drivers/net/wireless/ath/Kconfig"
  386. source "drivers/net/wireless/b43/Kconfig"
  387. source "drivers/net/wireless/b43legacy/Kconfig"
  388. source "drivers/net/wireless/hostap/Kconfig"
  389. source "drivers/net/wireless/ipw2x00/Kconfig"
  390. source "drivers/net/wireless/iwlwifi/Kconfig"
  391. source "drivers/net/wireless/iwmc3200wifi/Kconfig"
  392. source "drivers/net/wireless/libertas/Kconfig"
  393. source "drivers/net/wireless/orinoco/Kconfig"
  394. source "drivers/net/wireless/p54/Kconfig"
  395. source "drivers/net/wireless/rt2x00/Kconfig"
  396. source "drivers/net/wireless/wl12xx/Kconfig"
  397. source "drivers/net/wireless/zd1211rw/Kconfig"
  398. endif # WLAN