| Larry Finger | edbe056 | 2010-04-15 14:00:11 -0500 | [diff] [blame] | 1 | # | 
 | 2 | # RTL818X Wireless LAN device configuration | 
 | 3 | # | 
 | 4 | config RTL8180 | 
 | 5 | 	tristate "Realtek 8180/8185 PCI support" | 
 | 6 | 	depends on MAC80211 && PCI && EXPERIMENTAL | 
 | 7 | 	select EEPROM_93CX6 | 
 | 8 | 	---help--- | 
 | 9 | 	  This is a driver for RTL8180 and RTL8185 based cards. | 
 | 10 | 	  These are PCI based chips found in cards such as: | 
 | 11 |  | 
 | 12 | 	  (RTL8185 802.11g) | 
 | 13 | 	  A-Link WL54PC | 
 | 14 |  | 
 | 15 | 	  (RTL8180 802.11b) | 
 | 16 | 	  Belkin F5D6020 v3 | 
 | 17 | 	  Belkin F5D6020 v3 | 
 | 18 | 	  Dlink DWL-610 | 
 | 19 | 	  Dlink DWL-510 | 
 | 20 | 	  Netgear MA521 | 
 | 21 | 	  Level-One WPC-0101 | 
 | 22 | 	  Acer Aspire 1357 LMi | 
 | 23 | 	  VCTnet PC-11B1 | 
 | 24 | 	  Ovislink AirLive WL-1120PCM | 
 | 25 | 	  Mentor WL-PCI | 
 | 26 | 	  Linksys WPC11 v4 | 
 | 27 | 	  TrendNET TEW-288PI | 
 | 28 | 	  D-Link DWL-520 Rev D | 
 | 29 | 	  Repotec RP-WP7126 | 
 | 30 | 	  TP-Link TL-WN250/251 | 
 | 31 | 	  Zonet ZEW1000 | 
 | 32 | 	  Longshine LCS-8031-R | 
 | 33 | 	  HomeLine HLW-PCC200 | 
 | 34 | 	  GigaFast WF721-AEX | 
 | 35 | 	  Planet WL-3553 | 
 | 36 | 	  Encore ENLWI-PCI1-NT | 
 | 37 | 	  TrendNET TEW-266PC | 
 | 38 | 	  Gigabyte GN-WLMR101 | 
 | 39 | 	  Siemens-fujitsu Amilo D1840W | 
 | 40 | 	  Edimax EW-7126 | 
 | 41 | 	  PheeNet WL-11PCIR | 
 | 42 | 	  Tonze PC-2100T | 
 | 43 | 	  Planet WL-8303 | 
 | 44 | 	  Dlink DWL-650 v M1 | 
 | 45 | 	  Edimax EW-7106 | 
 | 46 | 	  Q-Tec 770WC | 
 | 47 | 	  Topcom Skyr@cer 4011b | 
 | 48 | 	  Roper FreeLan 802.11b (edition 2004) | 
 | 49 | 	  Wistron Neweb Corp CB-200B | 
 | 50 | 	  Pentagram HorNET | 
 | 51 | 	  QTec 775WC | 
 | 52 | 	  TwinMOS Booming B Series | 
 | 53 | 	  Micronet SP906BB | 
 | 54 | 	  Sweex LC700010 | 
 | 55 | 	  Surecom EP-9428 | 
 | 56 | 	  Safecom SWLCR-1100 | 
 | 57 |  | 
 | 58 | 	  Thanks to Realtek for their support! | 
 | 59 |  | 
 | 60 | config RTL8187 | 
 | 61 | 	tristate "Realtek 8187 and 8187B USB support" | 
 | 62 | 	depends on MAC80211 && USB | 
 | 63 | 	select EEPROM_93CX6 | 
 | 64 | 	---help--- | 
 | 65 | 	  This is a driver for RTL8187 and RTL8187B based cards. | 
 | 66 | 	  These are USB based chips found in devices such as: | 
 | 67 |  | 
 | 68 | 	  Netgear WG111v2 | 
 | 69 | 	  Level 1 WNC-0301USB | 
 | 70 | 	  Micronet SP907GK V5 | 
 | 71 | 	  Encore ENUWI-G2 | 
 | 72 | 	  Trendnet TEW-424UB | 
 | 73 | 	  ASUS P5B Deluxe/P5K Premium motherboards | 
 | 74 | 	  Toshiba Satellite Pro series of laptops | 
 | 75 | 	  Asus Wireless Link | 
 | 76 | 	  Linksys WUSB54GC-EU v2 | 
 | 77 | 	    (v1 = rt73usb; v3 is rt2070-based, | 
 | 78 | 	     use staging/rt3070 or try rt2800usb) | 
 | 79 |  | 
 | 80 | 	  Thanks to Realtek for their support! | 
 | 81 |  | 
 | 82 | # If possible, automatically enable LEDs for RTL8187. | 
 | 83 |  | 
 | 84 | config RTL8187_LEDS | 
 | 85 | 	bool | 
 | 86 | 	depends on RTL8187 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = RTL8187) | 
 | 87 | 	default y | 
 | 88 |  |