blob: c25a04371ca82c0b143aa3e89087bb6459e01f7d [file] [log] [blame]
Zhu Yibb9f8692009-05-21 21:20:45 +08001config IWM
2 tristate "Intel Wireless Multicomm 3200 WiFi driver"
3 depends on MMC && WLAN_80211 && EXPERIMENTAL
Johannes Berg0aa82042009-06-03 18:30:31 +02004 depends on CFG80211
Zhu Yibb9f8692009-05-21 21:20:45 +08005 select FW_LOADER
Samuel Ortiza7a4e412009-06-24 16:07:22 +02006 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.
Zhu Yibb9f8692009-05-21 21:20:45 +080015
16config 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:
GeunSik Lim9d480b82009-09-07 21:37:53 +090027 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme
Zhu Yibb9f8692009-05-21 21:20:45 +080028
29 Or, if you want the full debug, for all modules:
GeunSik Lim9d480b82009-09-07 21:37:53 +090030 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level
31 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules