Kconfig 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. config ATH5K
  2. tristate "Atheros 5xxx wireless cards support"
  3. depends on (PCI || ATH25) && MAC80211
  4. select ATH_COMMON
  5. select MAC80211_LEDS
  6. select LEDS_CLASS
  7. select NEW_LEDS
  8. select ATH5K_AHB if ATH25
  9. select ATH5K_PCI if !ATH25
  10. ---help---
  11. This module adds support for wireless adapters based on
  12. Atheros 5xxx chipset.
  13. Currently the following chip versions are supported:
  14. MAC: AR5211 AR5212
  15. PHY: RF5111/2111 RF5112/2112 RF5413/2413
  16. This driver uses the kernel's mac80211 subsystem.
  17. If you choose to build a module, it'll be called ath5k. Say M if
  18. unsure.
  19. config ATH5K_DEBUG
  20. bool "Atheros 5xxx debugging"
  21. depends on ATH5K
  22. ---help---
  23. Atheros 5xxx debugging messages.
  24. Say Y, if and you will get debug options for ath5k.
  25. To use this, you need to mount debugfs:
  26. mount -t debugfs debug /sys/kernel/debug
  27. You will get access to files under:
  28. /sys/kernel/debug/ath5k/phy0/
  29. To enable debug, pass the debug level to the debug module
  30. parameter. For example:
  31. modprobe ath5k debug=0x00000400
  32. config ATH5K_TRACER
  33. bool "Atheros 5xxx tracer"
  34. depends on ATH5K
  35. depends on EVENT_TRACING
  36. ---help---
  37. Say Y here to enable tracepoints for the ath5k driver
  38. using the kernel tracing infrastructure. Select this
  39. option if you are interested in debugging the driver.
  40. If unsure, say N.
  41. config ATH5K_AHB
  42. bool "Atheros 5xxx AHB bus support"
  43. depends on ATH25
  44. ---help---
  45. This adds support for WiSoC type chipsets of the 5xxx Atheros
  46. family.
  47. config ATH5K_PCI
  48. bool "Atheros 5xxx PCI bus support"
  49. depends on (!ATH25 && PCI)
  50. ---help---
  51. This adds support for PCI type chipsets of the 5xxx Atheros
  52. family.
  53. config ATH5K_TEST_CHANNELS
  54. bool "Enables testing channels on ath5k"
  55. depends on ATH5K && CFG80211_CERTIFICATION_ONUS
  56. ---help---
  57. This enables non-standard IEEE 802.11 channels on ath5k, which
  58. can be used for research purposes. This option should be disabled
  59. unless doing research.