diff options
author | Kalle Valo <kalle.valo@iki.fi> | 2009-02-07 02:27:10 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:52:44 -0500 |
commit | 1264b951463a00efebe1bb596499aaad620ec8af (patch) | |
tree | df45bdbef79fe10104144f817e17407e55fe423b /drivers/net/wireless/Kconfig | |
parent | 41d2f291d78fb90ec26122c1c67d0c151965b378 (diff) |
at76c50x-usb: add driver
This is a driver for usb devices based on at76c50x chipset. This is
a mac80211 port of the original at76_usb driver.
Signed-off-by: Kalle Valo <kalle.valo@iki.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index fe819a785714..1294175cab20 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -228,6 +228,14 @@ config PCMCIA_ATMEL | |||
228 | Enable support for PCMCIA cards containing the | 228 | Enable support for PCMCIA cards containing the |
229 | Atmel at76c502 and at76c504 chips. | 229 | Atmel at76c502 and at76c504 chips. |
230 | 230 | ||
231 | config AT76C50X_USB | ||
232 | tristate "Atmel at76c503/at76c505/at76c505a USB cards" | ||
233 | depends on MAC80211 && WLAN_80211 && USB | ||
234 | select FW_LOADER | ||
235 | ---help--- | ||
236 | Enable support for USB Wireless devices using Atmel at76c503, | ||
237 | at76c505 or at76c505a chips. | ||
238 | |||
231 | config AIRO_CS | 239 | config AIRO_CS |
232 | tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" | 240 | tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" |
233 | depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211 | 241 | depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211 |