Kconfig 683 B

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