Kconfig 692 B

1234567891011121314151617181920
  1. config ZD1211RW
  2. tristate "ZyDAS ZD1211/ZD1211B USB-wireless support"
  3. depends on USB && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIMENTAL
  4. select WIRELESS_EXT
  5. select FW_LOADER
  6. ---help---
  7. This is an experimental driver for the ZyDAS ZD1211/ZD1211B wireless
  8. chip, present in many USB-wireless adapters.
  9. Device firmware is required alongside this driver. You can download the
  10. firmware distribution from http://zd1211.ath.cx/get-firmware
  11. config ZD1211RW_DEBUG
  12. bool "ZyDAS ZD1211 debugging"
  13. depends on ZD1211RW
  14. ---help---
  15. ZD1211 debugging messages. Choosing Y will result in additional debug
  16. messages being saved to your kernel logs, which may help debug any
  17. problems.