Kconfig 762 B

1234567891011121314151617181920212223
  1. config IWM
  2. tristate "Intel Wireless Multicomm 3200 WiFi driver"
  3. depends on MMC && WLAN_80211 && EXPERIMENTAL
  4. select WIRELESS_EXT
  5. select CFG80211
  6. select FW_LOADER
  7. config IWM_DEBUG
  8. bool "Enable full debugging output in iwmc3200wifi"
  9. depends on IWM && DEBUG_FS
  10. ---help---
  11. This option will enable debug tracing and setting for iwm
  12. You can set the debug level and module through debugfs. By
  13. default all modules are set to the IWL_DL_ERR level.
  14. To see the list of debug modules and levels, see iwm/debug.h
  15. For example, if you want the full MLME debug output:
  16. echo 0xff > /debug/iwm/phyN/debug/mlme
  17. Or, if you want the full debug, for all modules:
  18. echo 0xff > /debug/iwm/phyN/debug/level
  19. echo 0xff > /debug/iwm/phyN/debug/modules