Kconfig 16 KB

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