Kconfig 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  1. #
  2. # Wireless LAN device configuration
  3. #
  4. menu "Wireless LAN"
  5. depends on !S390
  6. config WLAN_PRE80211
  7. bool "Wireless LAN (pre-802.11)"
  8. depends on NETDEVICES
  9. ---help---
  10. Say Y if you have any pre-802.11 wireless LAN hardware.
  11. This option does not affect the kernel build, it only
  12. lets you choose drivers.
  13. config ARLAN
  14. tristate "Aironet Arlan 655 & IC2200 DS support"
  15. depends on ISA && !64BIT && WLAN_PRE80211
  16. select WIRELESS_EXT
  17. ---help---
  18. Aironet makes Arlan, a class of wireless LAN adapters. These use the
  19. www.Telxon.com chip, which is also used on several similar cards.
  20. This driver is tested on the 655 and IC2200 series cards. Look at
  21. <http://www.ylenurme.ee/~elmer/655/> for the latest information.
  22. The driver is built as two modules, arlan and arlan-proc. The latter
  23. is the /proc interface and is not needed most of time.
  24. On some computers the card ends up in non-valid state after some
  25. time. Use a ping-reset script to clear it.
  26. config WAVELAN
  27. tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"
  28. depends on ISA && WLAN_PRE80211
  29. select WIRELESS_EXT
  30. ---help---
  31. The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is
  32. a Radio LAN (wireless Ethernet-like Local Area Network) using the
  33. radio frequencies 900 MHz and 2.4 GHz.
  34. If you want to use an ISA WaveLAN card under Linux, say Y and read
  35. the Ethernet-HOWTO, available from
  36. <http://www.tldp.org/docs.html#howto>. Some more specific
  37. information is contained in
  38. <file:Documentation/networking/wavelan.txt> and in the source code
  39. <file:drivers/net/wireless/wavelan.p.h>.
  40. You will also need the wireless tools package available from
  41. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
  42. Please read the man pages contained therein.
  43. To compile this driver as a module, choose M here: the module will be
  44. called wavelan.
  45. config PCMCIA_WAVELAN
  46. tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support"
  47. depends on PCMCIA && WLAN_PRE80211
  48. select WIRELESS_EXT
  49. help
  50. Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA
  51. (PC-card) wireless Ethernet networking card to your computer. This
  52. driver is for the non-IEEE-802.11 Wavelan cards.
  53. To compile this driver as a module, choose M here: the module will be
  54. called wavelan_cs. If unsure, say N.
  55. config PCMCIA_NETWAVE
  56. tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
  57. depends on PCMCIA && WLAN_PRE80211
  58. select WIRELESS_EXT
  59. help
  60. Say Y here if you intend to attach this type of PCMCIA (PC-card)
  61. wireless Ethernet networking card to your computer.
  62. To compile this driver as a module, choose M here: the module will be
  63. called netwave_cs. If unsure, say N.
  64. config WLAN_80211
  65. bool "Wireless LAN (IEEE 802.11)"
  66. depends on NETDEVICES
  67. ---help---
  68. Say Y if you have any 802.11 wireless LAN hardware.
  69. This option does not affect the kernel build, it only
  70. lets you choose drivers.
  71. config PCMCIA_RAYCS
  72. tristate "Aviator/Raytheon 2.4MHz wireless support"
  73. depends on PCMCIA && WLAN_80211
  74. select WIRELESS_EXT
  75. ---help---
  76. Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
  77. (PC-card) wireless Ethernet networking card to your computer.
  78. Please read the file <file:Documentation/networking/ray_cs.txt> for
  79. details.
  80. To compile this driver as a module, choose M here: the module will be
  81. called ray_cs. If unsure, say N.
  82. config IPW2100
  83. tristate "Intel PRO/Wireless 2100 Network Connection"
  84. depends on PCI && WLAN_80211
  85. select WIRELESS_EXT
  86. select FW_LOADER
  87. select IEEE80211
  88. ---help---
  89. A driver for the Intel PRO/Wireless 2100 Network
  90. Connection 802.11b wireless network adapter.
  91. See <file:Documentation/networking/README.ipw2100> for information on
  92. the capabilities currently enabled in this driver and for tips
  93. for debugging issues and problems.
  94. In order to use this driver, you will need a firmware image for it.
  95. You can obtain the firmware from
  96. <http://ipw2100.sf.net/>. Once you have the firmware image, you
  97. will need to place it in /lib/firmware.
  98. You will also very likely need the Wireless Tools in order to
  99. configure your card:
  100. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
  101. It is recommended that you compile this driver as a module (M)
  102. rather than built-in (Y). This driver requires firmware at device
  103. initialization time, and when built-in this typically happens
  104. before the filesystem is accessible (hence firmware will be
  105. unavailable and initialization will fail). If you do choose to build
  106. this driver into your kernel image, you can avoid this problem by
  107. including the firmware and a firmware loader in an initramfs.
  108. config IPW2100_MONITOR
  109. bool "Enable promiscuous mode"
  110. depends on IPW2100
  111. ---help---
  112. Enables promiscuous/monitor mode support for the ipw2100 driver.
  113. With this feature compiled into the driver, you can switch to
  114. promiscuous mode via the Wireless Tool's Monitor mode. While in this
  115. mode, no packets can be sent.
  116. config IPW2100_DEBUG
  117. bool "Enable full debugging output in IPW2100 module."
  118. depends on IPW2100
  119. ---help---
  120. This option will enable debug tracing output for the IPW2100.
  121. This will result in the kernel module being ~60k larger. You can
  122. control which debug output is sent to the kernel log by setting the
  123. value in
  124. /sys/bus/pci/drivers/ipw2100/debug_level
  125. This entry will only exist if this option is enabled.
  126. If you are not trying to debug or develop the IPW2100 driver, you
  127. most likely want to say N here.
  128. config IPW2200
  129. tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection"
  130. depends on PCI && WLAN_80211
  131. select WIRELESS_EXT
  132. select FW_LOADER
  133. select IEEE80211
  134. ---help---
  135. A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network
  136. Connection adapters.
  137. See <file:Documentation/networking/README.ipw2200> for
  138. information on the capabilities currently enabled in this
  139. driver and for tips for debugging issues and problems.
  140. In order to use this driver, you will need a firmware image for it.
  141. You can obtain the firmware from
  142. <http://ipw2200.sf.net/>. See the above referenced README.ipw2200
  143. for information on where to install the firmware images.
  144. You will also very likely need the Wireless Tools in order to
  145. configure your card:
  146. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
  147. It is recommended that you compile this driver as a module (M)
  148. rather than built-in (Y). This driver requires firmware at device
  149. initialization time, and when built-in this typically happens
  150. before the filesystem is accessible (hence firmware will be
  151. unavailable and initialization will fail). If you do choose to build
  152. this driver into your kernel image, you can avoid this problem by
  153. including the firmware and a firmware loader in an initramfs.
  154. config IPW2200_MONITOR
  155. bool "Enable promiscuous mode"
  156. depends on IPW2200
  157. ---help---
  158. Enables promiscuous/monitor mode support for the ipw2200 driver.
  159. With this feature compiled into the driver, you can switch to
  160. promiscuous mode via the Wireless Tool's Monitor mode. While in this
  161. mode, no packets can be sent.
  162. config IPW2200_RADIOTAP
  163. bool "Enable radiotap format 802.11 raw packet support"
  164. depends on IPW2200_MONITOR
  165. config IPW2200_PROMISCUOUS
  166. bool "Enable creation of a RF radiotap promiscuous interface"
  167. depends on IPW2200_MONITOR
  168. select IPW2200_RADIOTAP
  169. ---help---
  170. Enables the creation of a second interface prefixed 'rtap'.
  171. This second interface will provide every received in radiotap
  172. format.
  173. This is useful for performing wireless network analysis while
  174. maintaining an active association.
  175. Example usage:
  176. % modprobe ipw2200 rtap_iface=1
  177. % ifconfig rtap0 up
  178. % tethereal -i rtap0
  179. If you do not specify 'rtap_iface=1' as a module parameter then
  180. the rtap interface will not be created and you will need to turn
  181. it on via sysfs:
  182. % echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface
  183. config IPW2200_QOS
  184. bool "Enable QoS support"
  185. depends on IPW2200 && EXPERIMENTAL
  186. config IPW2200_DEBUG
  187. bool "Enable full debugging output in IPW2200 module."
  188. depends on IPW2200
  189. ---help---
  190. This option will enable low level debug tracing output for IPW2200.
  191. Note, normal debug code is already compiled in. This low level
  192. debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
  193. will result in the kernel module being ~70 larger. Most users
  194. will typically not need this high verbosity debug information.
  195. If you are not sure, say N here.
  196. config LIBERTAS
  197. tristate "Marvell 8xxx Libertas WLAN driver support"
  198. depends on WLAN_80211
  199. select WIRELESS_EXT
  200. select FW_LOADER
  201. ---help---
  202. A library for Marvell Libertas 8xxx devices.
  203. config LIBERTAS_USB
  204. tristate "Marvell Libertas 8388 USB 802.11b/g cards"
  205. depends on LIBERTAS && USB
  206. ---help---
  207. A driver for Marvell Libertas 8388 USB devices.
  208. config LIBERTAS_CS
  209. tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
  210. depends on LIBERTAS && PCMCIA
  211. select FW_LOADER
  212. ---help---
  213. A driver for Marvell Libertas 8385 CompactFlash devices.
  214. config LIBERTAS_SDIO
  215. tristate "Marvell Libertas 8385 and 8686 SDIO 802.11b/g cards"
  216. depends on LIBERTAS && MMC
  217. ---help---
  218. A driver for Marvell Libertas 8385 and 8686 SDIO devices.
  219. config LIBERTAS_DEBUG
  220. bool "Enable full debugging output in the Libertas module."
  221. depends on LIBERTAS
  222. ---help---
  223. Debugging support.
  224. config AIRO
  225. tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
  226. depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)
  227. select WIRELESS_EXT
  228. select CRYPTO
  229. ---help---
  230. This is the standard Linux driver to support Cisco/Aironet ISA and
  231. PCI 802.11 wireless cards.
  232. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  233. - with or without encryption) as well as card before the Cisco
  234. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
  235. This driver support both the standard Linux Wireless Extensions
  236. and Cisco proprietary API, so both the Linux Wireless Tools and the
  237. Cisco Linux utilities can be used to configure the card.
  238. The driver can be compiled as a module and will be named "airo".
  239. config HERMES
  240. tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
  241. depends on (PPC_PMAC || PCI || PCMCIA) && WLAN_80211
  242. select WIRELESS_EXT
  243. ---help---
  244. A driver for 802.11b wireless cards based on the "Hermes" or
  245. Intersil HFA384x (Prism 2) MAC controller. This includes the vast
  246. majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
  247. - except for the Cisco/Aironet cards. Cards supported include the
  248. Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco,
  249. Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya,
  250. IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear
  251. MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel
  252. IPW2011, and Symbol Spectrum24 High Rate amongst others.
  253. This option includes the guts of the driver, but in order to
  254. actually use a card you will also need to enable support for PCMCIA
  255. Hermes cards, PLX9052 based PCI adaptors or the Apple Airport below.
  256. You will also very likely also need the Wireless Tools in order to
  257. configure your card and that /etc/pcmcia/wireless.opts works :
  258. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>
  259. config APPLE_AIRPORT
  260. tristate "Apple Airport support (built-in)"
  261. depends on PPC_PMAC && HERMES
  262. help
  263. Say Y here to support the Airport 802.11b wireless Ethernet hardware
  264. built into the Macintosh iBook and other recent PowerPC-based
  265. Macintosh machines. This is essentially a Lucent Orinoco card with
  266. a non-standard interface.
  267. This driver does not support the Airport Extreme (802.11b/g). Use
  268. the BCM43xx driver for Airport Extreme cards.
  269. config PLX_HERMES
  270. tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.)"
  271. depends on PCI && HERMES
  272. help
  273. Enable support for PCMCIA cards supported by the "Hermes" (aka
  274. orinoco) driver when used in PLX9052 based PCI adaptors. These
  275. adaptors are not a full PCMCIA controller but act as a more limited
  276. PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
  277. 802.11b PCMCIA cards can be used in desktop machines. The Netgear
  278. MA301 is such an adaptor.
  279. config TMD_HERMES
  280. tristate "Hermes in TMD7160 based PCI adaptor support"
  281. depends on PCI && HERMES
  282. help
  283. Enable support for PCMCIA cards supported by the "Hermes" (aka
  284. orinoco) driver when used in TMD7160 based PCI adaptors. These
  285. adaptors are not a full PCMCIA controller but act as a more limited
  286. PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
  287. 802.11b PCMCIA cards can be used in desktop machines.
  288. config NORTEL_HERMES
  289. tristate "Nortel emobility PCI adaptor support"
  290. depends on PCI && HERMES
  291. help
  292. Enable support for PCMCIA cards supported by the "Hermes" (aka
  293. orinoco) driver when used in Nortel emobility PCI adaptors. These
  294. adaptors are not full PCMCIA controllers, but act as a more limited
  295. PCI <-> PCMCIA bridge.
  296. config PCI_HERMES
  297. tristate "Prism 2.5 PCI 802.11b adaptor support"
  298. depends on PCI && HERMES
  299. help
  300. Enable support for PCI and mini-PCI 802.11b wireless NICs based on
  301. the Prism 2.5 chipset. These are true PCI cards, not the 802.11b
  302. PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also
  303. common. Some of the built-in wireless adaptors in laptops are of
  304. this variety.
  305. config PCMCIA_HERMES
  306. tristate "Hermes PCMCIA card support"
  307. depends on PCMCIA && HERMES
  308. ---help---
  309. A driver for "Hermes" chipset based PCMCIA wireless adaptors, such
  310. as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/
  311. EnteraSys RoamAbout 802.11, ELSA Airlancer, Melco Buffalo and
  312. others). It should also be usable on various Prism II based cards
  313. such as the Linksys, D-Link and Farallon Skyline. It should also
  314. work on Symbol cards such as the 3Com AirConnect and Ericsson WLAN.
  315. You will very likely need the Wireless Tools in order to
  316. configure your card and that /etc/pcmcia/wireless.opts works:
  317. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
  318. config PCMCIA_SPECTRUM
  319. tristate "Symbol Spectrum24 Trilogy PCMCIA card support"
  320. depends on PCMCIA && HERMES
  321. select FW_LOADER
  322. ---help---
  323. This is a driver for 802.11b cards using RAM-loadable Symbol
  324. firmware, such as Symbol Wireless Networker LA4100, CompactFlash
  325. cards by Socket Communications and Intel PRO/Wireless 2011B.
  326. This driver requires firmware download on startup. Utilities
  327. for downloading Symbol firmware are available at
  328. <http://sourceforge.net/projects/orinoco/>
  329. config ATMEL
  330. tristate "Atmel at76c50x chipset 802.11b support"
  331. depends on (PCI || PCMCIA) && WLAN_80211
  332. select WIRELESS_EXT
  333. select FW_LOADER
  334. select CRC32
  335. ---help---
  336. A driver 802.11b wireless cards based on the Atmel fast-vnet
  337. chips. This driver supports standard Linux wireless extensions.
  338. Many cards based on this chipset do not have flash memory
  339. and need their firmware loaded at start-up. If yours is
  340. one of these, you will need to provide a firmware image
  341. to be loaded into the card by the driver. The Atmel
  342. firmware package can be downloaded from
  343. <http://www.thekelleys.org.uk/atmel>
  344. config PCI_ATMEL
  345. tristate "Atmel at76c506 PCI cards"
  346. depends on ATMEL && PCI
  347. ---help---
  348. Enable support for PCI and mini-PCI cards containing the
  349. Atmel at76c506 chip.
  350. config PCMCIA_ATMEL
  351. tristate "Atmel at76c502/at76c504 PCMCIA cards"
  352. depends on ATMEL && PCMCIA
  353. select WIRELESS_EXT
  354. select FW_LOADER
  355. select CRC32
  356. ---help---
  357. Enable support for PCMCIA cards containing the
  358. Atmel at76c502 and at76c504 chips.
  359. config AIRO_CS
  360. tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
  361. depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
  362. select WIRELESS_EXT
  363. select CRYPTO
  364. select CRYPTO_AES
  365. ---help---
  366. This is the standard Linux driver to support Cisco/Aironet PCMCIA
  367. 802.11 wireless cards. This driver is the same as the Aironet
  368. driver part of the Linux Pcmcia package.
  369. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  370. - with or without encryption) as well as card before the Cisco
  371. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
  372. supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
  373. 802.11b cards.
  374. This driver support both the standard Linux Wireless Extensions
  375. and Cisco proprietary API, so both the Linux Wireless Tools and the
  376. Cisco Linux utilities can be used to configure the card.
  377. config PCMCIA_WL3501
  378. tristate "Planet WL3501 PCMCIA cards"
  379. depends on EXPERIMENTAL && PCMCIA && WLAN_80211
  380. select WIRELESS_EXT
  381. ---help---
  382. A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
  383. It has basic support for Linux wireless extensions and initial
  384. micro support for ethtool.
  385. config PRISM54
  386. tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus'
  387. depends on PCI && EXPERIMENTAL && WLAN_80211
  388. select WIRELESS_EXT
  389. select FW_LOADER
  390. ---help---
  391. Enable PCI and Cardbus support for the following chipset based cards:
  392. ISL3880 - Prism GT 802.11 b/g
  393. ISL3877 - Prism Indigo 802.11 a
  394. ISL3890 - Prism Duette 802.11 a/b/g
  395. For a complete list of supported cards visit <http://prism54.org>.
  396. Here is the latest confirmed list of supported cards:
  397. 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 (version 1)
  398. Allnet ALL0271 PCI Card
  399. Compex WL54G Cardbus Card
  400. Corega CG-WLCB54GT Cardbus Card
  401. D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
  402. I-O Data WN-G54/CB Cardbus Card
  403. Kobishi XG-300 aka Z-Com Cardbus Card
  404. Netgear WG511 Cardbus Card
  405. Ovislink WL-5400PCI PCI Card
  406. Peabird WLG-PCI PCI Card
  407. Sitecom WL-100i Cardbus Card
  408. Sitecom WL-110i PCI Card
  409. SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
  410. SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
  411. SMC2835W-V2 - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
  412. Z-Com XG-900 PCI Card
  413. Zyxel G-100 Cardbus Card
  414. If you enable this you will need a firmware file as well.
  415. You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
  416. You can get this non-GPL'd firmware file from the Prism54 project page:
  417. <http://prism54.org>
  418. You will also need the /etc/hotplug/firmware.agent script from
  419. a current hotplug package.
  420. Note: You need a motherboard with DMA support to use any of these cards
  421. If you want to compile the driver as a module ( = code which can be
  422. inserted in and removed from the running kernel whenever you want),
  423. say M here and read <file:Documentation/kbuild/modules.txt>.
  424. The module will be called prism54.ko.
  425. config USB_ZD1201
  426. tristate "USB ZD1201 based Wireless device support"
  427. depends on USB && WLAN_80211
  428. select WIRELESS_EXT
  429. select FW_LOADER
  430. ---help---
  431. Say Y if you want to use wireless LAN adapters based on the ZyDAS
  432. ZD1201 chip.
  433. This driver makes the adapter appear as a normal Ethernet interface,
  434. typically on wlan0.
  435. The zd1201 device requires external firmware to be loaded.
  436. This can be found at http://linux-lc100020.sourceforge.net/
  437. To compile this driver as a module, choose M here: the
  438. module will be called zd1201.
  439. config USB_NET_RNDIS_WLAN
  440. tristate "Wireless RNDIS USB support"
  441. depends on USB && WLAN_80211 && EXPERIMENTAL
  442. select USB_USBNET
  443. select USB_NET_CDCETHER
  444. select USB_NET_RNDIS_HOST
  445. select WIRELESS_EXT
  446. ---help---
  447. This is a driver for wireless RNDIS devices.
  448. These are USB based adapters found in devices such as:
  449. Buffalo WLI-U2-KG125S
  450. U.S. Robotics USR5421
  451. Belkin F5D7051
  452. Linksys WUSB54GSv2
  453. Linksys WUSB54GSC
  454. Asus WL169gE
  455. Eminent EM4045
  456. BT Voyager 1055
  457. Linksys WUSB54GSv1
  458. U.S. Robotics USR5420
  459. BUFFALO WLI-USB-G54
  460. All of these devices are based on Broadcom 4320 chip which is the
  461. only wireless RNDIS chip known to date.
  462. If you choose to build a module, it'll be called rndis_wlan.
  463. config RTL8180
  464. tristate "Realtek 8180/8185 PCI support"
  465. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  466. select EEPROM_93CX6
  467. ---help---
  468. This is a driver for RTL8180 and RTL8185 based cards.
  469. These are PCI based chips found in cards such as:
  470. (RTL8185 802.11g)
  471. A-Link WL54PC
  472. (RTL8180 802.11b)
  473. Belkin F5D6020 v3
  474. Belkin F5D6020 v3
  475. Dlink DWL-610
  476. Dlink DWL-510
  477. Netgear MA521
  478. Level-One WPC-0101
  479. Acer Aspire 1357 LMi
  480. VCTnet PC-11B1
  481. Ovislink AirLive WL-1120PCM
  482. Mentor WL-PCI
  483. Linksys WPC11 v4
  484. TrendNET TEW-288PI
  485. D-Link DWL-520 Rev D
  486. Repotec RP-WP7126
  487. TP-Link TL-WN250/251
  488. Zonet ZEW1000
  489. Longshine LCS-8031-R
  490. HomeLine HLW-PCC200
  491. GigaFast WF721-AEX
  492. Planet WL-3553
  493. Encore ENLWI-PCI1-NT
  494. TrendNET TEW-266PC
  495. Gigabyte GN-WLMR101
  496. Siemens-fujitsu Amilo D1840W
  497. Edimax EW-7126
  498. PheeNet WL-11PCIR
  499. Tonze PC-2100T
  500. Planet WL-8303
  501. Dlink DWL-650 v M1
  502. Edimax EW-7106
  503. Q-Tec 770WC
  504. Topcom Skyr@cer 4011b
  505. Roper FreeLan 802.11b (edition 2004)
  506. Wistron Neweb Corp CB-200B
  507. Pentagram HorNET
  508. QTec 775WC
  509. TwinMOS Booming B Series
  510. Micronet SP906BB
  511. Sweex LC700010
  512. Surecom EP-9428
  513. Safecom SWLCR-1100
  514. Thanks to Realtek for their support!
  515. config RTL8187
  516. tristate "Realtek 8187 USB support"
  517. depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL
  518. select EEPROM_93CX6
  519. ---help---
  520. This is a driver for RTL8187 based cards.
  521. These are USB based chips found in cards such as:
  522. Netgear WG111v2
  523. Thanks to Realtek for their support!
  524. config ADM8211
  525. tristate "ADMtek ADM8211 support"
  526. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  527. select CRC32
  528. select EEPROM_93CX6
  529. ---help---
  530. This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
  531. These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
  532. Xterasys Cardbus XN-2411b
  533. Blitz NetWave Point PC
  534. TrendNet 221pc
  535. Belkin F5D6001
  536. SMC 2635W
  537. Linksys WPC11 v1
  538. Fiberline FL-WL-200X
  539. 3com Office Connect (3CRSHPW796)
  540. Corega WLPCIB-11
  541. SMC 2602W V2 EU
  542. D-Link DWL-520 Revision C
  543. However, some of these cards have been replaced with other chips
  544. like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
  545. the Ralink RT2400 (SMC2635W) without a model number change.
  546. Thanks to Infineon-ADMtek for their support of this driver.
  547. config MAC80211_HWSIM
  548. tristate "Simulated radio testing tool for mac80211"
  549. depends on MAC80211 && WLAN_80211
  550. ---help---
  551. This driver is a developer testing tool that can be used to test
  552. IEEE 802.11 networking stack (mac80211) functionality. This is not
  553. needed for normal wireless LAN usage and is only for testing. See
  554. Documentation/networking/mac80211_hwsim for more information on how
  555. to use this tool.
  556. To compile this driver as a module, choose M here: the module will be
  557. called mac80211_hwsim. If unsure, say N.
  558. source "drivers/net/wireless/p54/Kconfig"
  559. source "drivers/net/wireless/ath5k/Kconfig"
  560. source "drivers/net/wireless/iwlwifi/Kconfig"
  561. source "drivers/net/wireless/hostap/Kconfig"
  562. source "drivers/net/wireless/b43/Kconfig"
  563. source "drivers/net/wireless/b43legacy/Kconfig"
  564. source "drivers/net/wireless/zd1211rw/Kconfig"
  565. source "drivers/net/wireless/rt2x00/Kconfig"
  566. endmenu