2 tristate "Atheros 5xxx wireless cards support"
3 depends on (PCI || ATHEROS_AR231X) && MAC80211
9 select ATH5K_AHB if (ATHEROS_AR231X && !PCI)
10 select ATH5K_PCI if (!ATHEROS_AR231X && PCI)
12 This module adds support for wireless adapters based on
15 Currently the following chip versions are supported:
18 PHY: RF5111/2111 RF5112/2112 RF5413/2413
20 This driver uses the kernel's mac80211 subsystem.
22 If you choose to build a module, it'll be called ath5k. Say M if
26 bool "Atheros 5xxx debugging"
29 Atheros 5xxx debugging messages.
31 Say Y, if and you will get debug options for ath5k.
32 To use this, you need to mount debugfs:
34 mount -t debugfs debug /sys/kernel/debug
36 You will get access to files under:
37 /sys/kernel/debug/ath5k/phy0/
39 To enable debug, pass the debug level to the debug module
40 parameter. For example:
42 modprobe ath5k debug=0x00000400
45 bool "Atheros 5xxx tracer"
47 depends on EVENT_TRACING
49 Say Y here to enable tracepoints for the ath5k driver
50 using the kernel tracing infrastructure. Select this
51 option if you are interested in debugging the driver.
56 bool "Atheros 5xxx AHB bus support"
57 depends on (ATHEROS_AR231X && !PCI)
59 This adds support for WiSoC type chipsets of the 5xxx Atheros
63 bool "Atheros 5xxx PCI bus support"
64 depends on (!ATHEROS_AR231X && PCI)
66 This adds support for PCI type chipsets of the 5xxx Atheros
69 config ATH5K_TEST_CHANNELS
70 bool "Enables testing channels on ath5k"
71 depends on ATH5K && CFG80211_CERTIFICATION_ONUS
73 This enables non-standard IEEE 802.11 channels on ath5k, which
74 can be used for research purposes. This option should be disabled
75 unless doing research.