debugfs: Change debugfs directory of IWMC3200
[pandora-kernel.git] / drivers / net / wireless / iwmc3200wifi / Kconfig
1 config IWM
2         tristate "Intel Wireless Multicomm 3200 WiFi driver"
3         depends on MMC && WLAN_80211 && EXPERIMENTAL
4         depends on CFG80211
5         select FW_LOADER
6         help
7           The Intel Wireless Multicomm 3200 hardware is a combo
8           card with GPS, Bluetooth, WiMax and 802.11 radios. It
9           runs over SDIO and is typically found on Moorestown
10           based platform. This driver takes care of the 802.11
11           part, which is a fullmac one.
12
13           If you choose to build it as a module, it'll be called
14           iwmc3200wifi.ko.
15
16 config IWM_DEBUG
17         bool "Enable full debugging output in iwmc3200wifi"
18         depends on IWM && DEBUG_FS
19         ---help---
20           This option will enable debug tracing and setting for iwm
21
22           You can set the debug level and module through debugfs. By
23           default all modules are set to the IWL_DL_ERR level.
24           To see the list of debug modules and levels, see iwm/debug.h
25
26           For example, if you want the full MLME debug output:
27           echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme
28
29           Or, if you want the full debug, for all modules:
30           echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level
31           echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules