Kconfig 2.0 KB

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