Kconfig 26 KB

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