aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/Kconfig
diff options
context:
space:
mode:
authorMichael Wu <flamingice@sourmilk.net>2007-10-14 14:43:16 -0400
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:09:35 -0500
commitf653211197f3841f383fa9757ef8ce182c6cf627 (patch)
treeba56e1fa09924d1ffab4f825044175291786b58e /drivers/net/wireless/Kconfig
parentfa1c114fdaa605496045e56c42d0c8aa4c139e57 (diff)
Add rtl8180 wireless driver
This patch adds a mac80211 based wireless driver for the rtl8180 and rtl8185 PCI wireless cards. Also included are some rtl8187 changes required due to the relationship between that driver and this one. Michael Wu is primarily responsible for the initial driver and rtl8185 support. Andreas Merello provided the additional rtl8180 support. Thanks to Jukka Ruohonen for the donating a rtl8185 card! It was very helpful for the rtl8225z2 code. The Signed-off-by information below is collected from the individual patches submitted to wireless-2.6 before merging this driver upstream. Signed-off-by: Andrea Merello <andreamrl@tiscali.it> Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r--drivers/net/wireless/Kconfig56
1 files changed, 56 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index 50a8b6c2fa00..f372960904b2 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -545,6 +545,62 @@ config USB_ZD1201
545 To compile this driver as a module, choose M here: the 545 To compile this driver as a module, choose M here: the
546 module will be called zd1201. 546 module will be called zd1201.
547 547
548config RTL8180
549 tristate "Realtek 8180/8185 PCI support"
550 depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
551 select EEPROM_93CX6
552 ---help---
553 This is a driver for RTL8180 and RTL8185 based cards.
554 These are PCI based chips found in cards such as:
555
556 (RTL8185 802.11g)
557 A-Link WL54PC
558
559 (RTL8180 802.11b)
560 Belkin F5D6020 v3
561 Belkin F5D6020 v3
562 Dlink DWL-610
563 Dlink DWL-510
564 Netgear MA521
565 Level-One WPC-0101
566 Acer Aspire 1357 LMi
567 VCTnet PC-11B1
568 Ovislink AirLive WL-1120PCM
569 Mentor WL-PCI
570 Linksys WPC11 v4
571 TrendNET TEW-288PI
572 D-Link DWL-520 Rev D
573 Repotec RP-WP7126
574 TP-Link TL-WN250/251
575 Zonet ZEW1000
576 Longshine LCS-8031-R
577 HomeLine HLW-PCC200
578 GigaFast WF721-AEX
579 Planet WL-3553
580 Encore ENLWI-PCI1-NT
581 TrendNET TEW-266PC
582 Gigabyte GN-WLMR101
583 Siemens-fujitsu Amilo D1840W
584 Edimax EW-7126
585 PheeNet WL-11PCIR
586 Tonze PC-2100T
587 Planet WL-8303
588 Dlink DWL-650 v M1
589 Edimax EW-7106
590 Q-Tec 770WC
591 Topcom Skyr@cer 4011b
592 Roper FreeLan 802.11b (edition 2004)
593 Wistron Neweb Corp CB-200B
594 Pentagram HorNET
595 QTec 775WC
596 TwinMOS Booming B Series
597 Micronet SP906BB
598 Sweex LC700010
599 Surecom EP-9428
600 Safecom SWLCR-1100
601
602 Thanks to Realtek for their support!
603
548config RTL8187 604config RTL8187
549 tristate "Realtek 8187 USB support" 605 tristate "Realtek 8187 USB support"
550 depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL 606 depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL