ath5k: added cfg80211 based rfkill support
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / net / wireless / ath / ath5k / Kconfig
blob4863f4bbf7685ba0020e0c47b298db01c976a53b
1 config ATH5K
2         tristate "Atheros 5xxx wireless cards support"
3         depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
4         select ATH_COMMON
5         select MAC80211_LEDS
6         select LEDS_CLASS
7         select NEW_LEDS
8         ---help---
9           This module adds support for wireless adapters based on
10           Atheros 5xxx chipset.
12           Currently the following chip versions are supported:
14           MAC: AR5211 AR5212
15           PHY: RF5111/2111 RF5112/2112 RF5413/2413
17           This driver uses the kernel's mac80211 subsystem.
19           If you choose to build a module, it'll be called ath5k. Say M if
20           unsure.
22 config ATH5K_DEBUG
23         bool "Atheros 5xxx debugging"
24         depends on ATH5K
25         ---help---
26           Atheros 5xxx debugging messages.
28           Say Y, if and you will get debug options for ath5k.
29           To use this, you need to mount debugfs:
31           mkdir /debug/
32           mount -t debugfs debug /debug/
34           You will get access to files under:
35           /debug/ath5k/phy0/
37           To enable debug, pass the debug level to the debug module
38           parameter. For example:
40           modprobe ath5k debug=0x00000400
42 config ATH5K_RFKILL
43         bool "Atheros 5xxx rfkill support"
44         depends on ATH5K
45         default y
46         ---help---
47           Include support for enabling/disabling WiFi via rfkill switch
48           with Atheros 5xxx cards