2a5e1c0eb9
This patch refactors the wireless Kconfig all over and already introduces net/wireless/Kconfig with just the WEXT bit for now, the cfg80211 patch will add to that as well. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
20 lines
692 B
Text
20 lines
692 B
Text
config ZD1211RW
|
|
tristate "ZyDAS ZD1211/ZD1211B USB-wireless support"
|
|
depends on USB && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIMENTAL
|
|
select WIRELESS_EXT
|
|
select FW_LOADER
|
|
---help---
|
|
This is an experimental driver for the ZyDAS ZD1211/ZD1211B wireless
|
|
chip, present in many USB-wireless adapters.
|
|
|
|
Device firmware is required alongside this driver. You can download the
|
|
firmware distribution from http://zd1211.ath.cx/get-firmware
|
|
|
|
config ZD1211RW_DEBUG
|
|
bool "ZyDAS ZD1211 debugging"
|
|
depends on ZD1211RW
|
|
---help---
|
|
ZD1211 debugging messages. Choosing Y will result in additional debug
|
|
messages being saved to your kernel logs, which may help debug any
|
|
problems.
|
|
|