Kconfig 1.3 KB

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