aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorHin-Tak Leung <hintak.leung@gmail.com>2008-07-08 07:38:02 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-07-08 14:16:07 -0400
commit5c036b217a1fe3ae0616e9c43c6bcd13b3c134b6 (patch)
treef13bfccb11a098fa123e75eca325343e5af47876 /drivers/net
parent6f7853f3cbe457067e9fe05461f56c7ea4ac488c (diff)
rtl8187: updating Kconfig to support RTL8187B
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br> Signed-off-by: Hin-Tak Leung <htl10@users.sourceforge.net> Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/Kconfig12
1 files changed, 9 insertions, 3 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index 865f2980c273..d5b006f5b86f 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -611,14 +611,20 @@ config RTL8180
611 Thanks to Realtek for their support! 611 Thanks to Realtek for their support!
612 612
613config RTL8187 613config RTL8187
614 tristate "Realtek 8187 USB support" 614 tristate "Realtek 8187 and 8187B USB support"
615 depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL 615 depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL
616 select EEPROM_93CX6 616 select EEPROM_93CX6
617 ---help--- 617 ---help---
618 This is a driver for RTL8187 based cards. 618 This is a driver for RTL8187 and RTL8187B based cards.
619 These are USB based chips found in cards such as: 619 These are USB based chips found in devices such as:
620 620
621 Netgear WG111v2 621 Netgear WG111v2
622 Level 1 WNC-0301USB
623 Micronet SP907GK V5
624 Encore ENUWI-G2
625 Trendnet TEW-424UB
626 ASUS P5B Deluxe
627 Toshiba Satellite Pro series of laptops
622 628
623 Thanks to Realtek for their support! 629 Thanks to Realtek for their support!
624 630