2 tristate "Atheros 5xxx wireless cards support"
3 depends on (PCI || ATHEROS_AR231X) && MAC80211
8 select ATH5K_AHB if (ATHEROS_AR231X && !PCI)
9 select ATH5K_PCI if (!ATHEROS_AR231X && PCI)
11 This module adds support for wireless adapters based on
14 Currently the following chip versions are supported:
17 PHY: RF5111/2111 RF5112/2112 RF5413/2413
19 This driver uses the kernel's mac80211 subsystem.
21 If you choose to build a module, it'll be called ath5k. Say M if
25 bool "Atheros 5xxx debugging"
28 Atheros 5xxx debugging messages.
30 Say Y, if and you will get debug options for ath5k.
31 To use this, you need to mount debugfs:
33 mount -t debugfs debug /sys/kernel/debug
35 You will get access to files under:
36 /sys/kernel/debug/ath5k/phy0/
38 To enable debug, pass the debug level to the debug module
39 parameter. For example:
41 modprobe ath5k debug=0x00000400
44 bool "Atheros 5xxx tracer"
46 depends on EVENT_TRACING
48 Say Y here to enable tracepoints for the ath5k driver
49 using the kernel tracing infrastructure. Select this
50 option if you are interested in debugging the driver.
55 bool "Atheros 5xxx AHB bus support"
56 depends on (ATHEROS_AR231X && !PCI)
58 This adds support for WiSoC type chipsets of the 5xxx Atheros
62 bool "Atheros 5xxx PCI bus support"
63 depends on (!ATHEROS_AR231X && PCI)
65 This adds support for PCI type chipsets of the 5xxx Atheros
68 config ATH5K_TEST_CHANNELS
69 bool "Enables testing channels on ath5k"
70 depends on ATH5K && CFG80211_CERTIFICATION_ONUS
72 This enables non-standard IEEE 802.11 channels on ath5k, which
73 can be used for research purposes. This option should be disabled
74 unless doing research.