diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2010-04-15 15:00:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-16 15:32:01 -0400 |
commit | edbe056a5a70aac20127189ca99d042640fd3366 (patch) | |
tree | 13dc29d9f2824c17c7e940435d10d465ee588f46 /drivers/net/wireless/Kconfig | |
parent | 8c00b39f33bc5340be9b053963321eb9ea6a78ee (diff) |
rtl818x: Move configuration details to the rtl818x directory
In preparation for new rtl818x devices, move the existing rtl818x configuration
into the rtl818x directory.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Hin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 85 |
1 files changed, 1 insertions, 84 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 58894366075..77500cb7fd2 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -210,90 +210,7 @@ config USB_NET_RNDIS_WLAN | |||
210 | 210 | ||
211 | If you choose to build a module, it'll be called rndis_wlan. | 211 | If you choose to build a module, it'll be called rndis_wlan. |
212 | 212 | ||
213 | config RTL8180 | 213 | source "drivers/net/wireless/rtl818x/Kconfig" |
214 | tristate "Realtek 8180/8185 PCI support" | ||
215 | depends on MAC80211 && PCI && EXPERIMENTAL | ||
216 | select EEPROM_93CX6 | ||
217 | ---help--- | ||
218 | This is a driver for RTL8180 and RTL8185 based cards. | ||
219 | These are PCI based chips found in cards such as: | ||
220 | |||
221 | (RTL8185 802.11g) | ||
222 | A-Link WL54PC | ||
223 | |||
224 | (RTL8180 802.11b) | ||
225 | Belkin F5D6020 v3 | ||
226 | Belkin F5D6020 v3 | ||
227 | Dlink DWL-610 | ||
228 | Dlink DWL-510 | ||
229 | Netgear MA521 | ||
230 | Level-One WPC-0101 | ||
231 | Acer Aspire 1357 LMi | ||
232 | VCTnet PC-11B1 | ||
233 | Ovislink AirLive WL-1120PCM | ||
234 | Mentor WL-PCI | ||
235 | Linksys WPC11 v4 | ||
236 | TrendNET TEW-288PI | ||
237 | D-Link DWL-520 Rev D | ||
238 | Repotec RP-WP7126 | ||
239 | TP-Link TL-WN250/251 | ||
240 | Zonet ZEW1000 | ||
241 | Longshine LCS-8031-R | ||
242 | HomeLine HLW-PCC200 | ||
243 | GigaFast WF721-AEX | ||
244 | Planet WL-3553 | ||
245 | Encore ENLWI-PCI1-NT | ||
246 | TrendNET TEW-266PC | ||
247 | Gigabyte GN-WLMR101 | ||
248 | Siemens-fujitsu Amilo D1840W | ||
249 | Edimax EW-7126 | ||
250 | PheeNet WL-11PCIR | ||
251 | Tonze PC-2100T | ||
252 | Planet WL-8303 | ||
253 | Dlink DWL-650 v M1 | ||
254 | Edimax EW-7106 | ||
255 | Q-Tec 770WC | ||
256 | Topcom Skyr@cer 4011b | ||
257 | Roper FreeLan 802.11b (edition 2004) | ||
258 | Wistron Neweb Corp CB-200B | ||
259 | Pentagram HorNET | ||
260 | QTec 775WC | ||
261 | TwinMOS Booming B Series | ||
262 | Micronet SP906BB | ||
263 | Sweex LC700010 | ||
264 | Surecom EP-9428 | ||
265 | Safecom SWLCR-1100 | ||
266 | |||
267 | Thanks to Realtek for their support! | ||
268 | |||
269 | config RTL8187 | ||
270 | tristate "Realtek 8187 and 8187B USB support" | ||
271 | depends on MAC80211 && USB | ||
272 | select EEPROM_93CX6 | ||
273 | ---help--- | ||
274 | This is a driver for RTL8187 and RTL8187B based cards. | ||
275 | These are USB based chips found in devices such as: | ||
276 | |||
277 | Netgear WG111v2 | ||
278 | Level 1 WNC-0301USB | ||
279 | Micronet SP907GK V5 | ||
280 | Encore ENUWI-G2 | ||
281 | Trendnet TEW-424UB | ||
282 | ASUS P5B Deluxe/P5K Premium motherboards | ||
283 | Toshiba Satellite Pro series of laptops | ||
284 | Asus Wireless Link | ||
285 | Linksys WUSB54GC-EU v2 | ||
286 | (v1 = rt73usb; v3 is rt2070-based, | ||
287 | use staging/rt3070 or try rt2800usb) | ||
288 | |||
289 | Thanks to Realtek for their support! | ||
290 | |||
291 | # If possible, automatically enable LEDs for RTL8187. | ||
292 | |||
293 | config RTL8187_LEDS | ||
294 | bool | ||
295 | depends on RTL8187 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = RTL8187) | ||
296 | default y | ||
297 | 214 | ||
298 | config ADM8211 | 215 | config ADM8211 |
299 | tristate "ADMtek ADM8211 support" | 216 | tristate "ADMtek ADM8211 support" |