diff options
author | Michael Wu <flamingice@sourmilk.net> | 2007-05-14 01:41:02 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-08 22:16:36 -0400 |
commit | 605bebe23bf6ac66c0a717e663a7baa2f981294d (patch) | |
tree | c40d4aeaddd7996b8c69da6edd1c8269c60debb1 /drivers/net/wireless/Kconfig | |
parent | 4b914dc0493edff19ff698a18198a173a14ba9d2 (diff) |
[PATCH] Add rtl8187 wireless driver
This patch adds a mac80211 based wireless driver for the rtl8187 USB
wireless card.
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/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index fa2399cbd5ca..ae27af0141c0 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -546,6 +546,18 @@ config USB_ZD1201 | |||
546 | To compile this driver as a module, choose M here: the | 546 | To compile this driver as a module, choose M here: the |
547 | module will be called zd1201. | 547 | module will be called zd1201. |
548 | 548 | ||
549 | config RTL8187 | ||
550 | tristate "Realtek 8187 USB support" | ||
551 | depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL | ||
552 | select EEPROM_93CX6 | ||
553 | ---help--- | ||
554 | This is a driver for RTL8187 based cards. | ||
555 | These are USB based chips found in cards such as: | ||
556 | |||
557 | Netgear WG111v2 | ||
558 | |||
559 | Thanks to Realtek for their support! | ||
560 | |||
549 | source "drivers/net/wireless/hostap/Kconfig" | 561 | source "drivers/net/wireless/hostap/Kconfig" |
550 | source "drivers/net/wireless/bcm43xx/Kconfig" | 562 | source "drivers/net/wireless/bcm43xx/Kconfig" |
551 | source "drivers/net/wireless/zd1211rw/Kconfig" | 563 | source "drivers/net/wireless/zd1211rw/Kconfig" |