1 # SPDX-License-Identifier: ISC
3 tristate "Atheros 5xxx wireless cards support"
4 depends on (PCI || ATH25) && MAC80211
6 select MAC80211_LEDS if LEDS_CLASS=y || LEDS_CLASS=MAC80211
7 select ATH5K_AHB if ATH25
8 select ATH5K_PCI if !ATH25
10 This module adds support for wireless adapters based on
13 Currently the following chip versions are supported:
16 PHY: RF5111/2111 RF5112/2112 RF5413/2413
18 This driver uses the kernel's mac80211 subsystem.
20 If you choose to build a module, it'll be called ath5k. Say M if
24 bool "Atheros 5xxx debugging"
27 Atheros 5xxx debugging messages.
29 Say Y, if and you will get debug options for ath5k.
30 To use this, you need to mount debugfs:
32 mount -t debugfs debug /sys/kernel/debug
34 You will get access to files under:
35 /sys/kernel/debug/ath5k/phy0/
37 To enable debug, pass the debug level to the debug module
38 parameter. For example:
40 modprobe ath5k debug=0x00000400
43 bool "Atheros 5xxx tracer"
45 depends on EVENT_TRACING
47 Say Y here to enable tracepoints for the ath5k driver
48 using the kernel tracing infrastructure. Select this
49 option if you are interested in debugging the driver.
54 bool "Atheros 5xxx AHB bus support"
55 depends on ATH25 && ATH5K
57 This adds support for WiSoC type chipsets of the 5xxx Atheros
61 bool "Atheros 5xxx PCI bus support"
62 depends on (!ATH25 && PCI)
64 This adds support for PCI type chipsets of the 5xxx Atheros
67 config ATH5K_TEST_CHANNELS
68 bool "Enables testing channels on ath5k"
69 depends on ATH5K && CFG80211_CERTIFICATION_ONUS
71 This enables non-standard IEEE 802.11 channels on ath5k, which
72 can be used for research purposes. This option should be disabled
73 unless doing research.