Kconfig 1006 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config ATH5K
  2. tristate "Atheros 5xxx wireless cards support"
  3. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  4. select ATH_COMMON
  5. select MAC80211_LEDS
  6. select LEDS_CLASS
  7. select NEW_LEDS
  8. ---help---
  9. This module adds support for wireless adapters based on
  10. Atheros 5xxx chipset.
  11. Currently the following chip versions are supported:
  12. MAC: AR5211 AR5212
  13. PHY: RF5111/2111 RF5112/2112 RF5413/2413
  14. This driver uses the kernel's mac80211 subsystem.
  15. If you choose to build a module, it'll be called ath5k. Say M if
  16. unsure.
  17. config ATH5K_DEBUG
  18. bool "Atheros 5xxx debugging"
  19. depends on ATH5K
  20. ---help---
  21. Atheros 5xxx debugging messages.
  22. Say Y, if and you will get debug options for ath5k.
  23. To use this, you need to mount debugfs:
  24. mkdir /debug/
  25. mount -t debugfs debug /debug/
  26. You will get access to files under:
  27. /debug/ath5k/phy0/
  28. To enable debug, pass the debug level to the debug module
  29. parameter. For example:
  30. modprobe ath5k debug=0x00000400