Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. config IWLWIFI
  2. tristate "Intel Wireless Wifi"
  3. depends on PCI && MAC80211
  4. select FW_LOADER
  5. config IWLWIFI_DEBUG
  6. bool "Enable full debugging output in iwlagn and iwl3945 drivers"
  7. depends on IWLWIFI
  8. ---help---
  9. This option will enable debug tracing output for the iwlwifi drivers
  10. This will result in the kernel module being ~100k larger. You can
  11. control which debug output is sent to the kernel log by setting the
  12. value in
  13. /sys/class/net/wlan0/device/debug_level
  14. This entry will only exist if this option is enabled.
  15. To set a value, simply echo an 8-byte hex value to the same file:
  16. % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
  17. You can find the list of debug mask values in:
  18. drivers/net/wireless/iwlwifi/iwl-debug.h
  19. If this is your first time using this driver, you should say Y here
  20. as the debug information can assist others in helping you resolve
  21. any problems you may encounter.
  22. config IWLWIFI_DEBUGFS
  23. bool "iwlagn debugfs support"
  24. depends on IWLWIFI && IWLWIFI_DEBUG && MAC80211_DEBUGFS
  25. ---help---
  26. Enable creation of debugfs files for the iwlwifi drivers.
  27. config IWLWIFI_DEVICE_TRACING
  28. bool "iwlwifi device access tracing"
  29. depends on IWLWIFI
  30. depends on EVENT_TRACING
  31. help
  32. Say Y here to trace all commands, including TX frames and IO
  33. accesses, sent to the device. If you say yes, iwlwifi will
  34. register with the ftrace framework for event tracing and dump
  35. all this information to the ringbuffer, you may need to
  36. increase the ringbuffer size. See the ftrace documentation
  37. for more information.
  38. When tracing is not enabled, this option still has some
  39. (though rather small) overhead.
  40. If unsure, say Y so we can help you better when problems
  41. occur.
  42. config IWLAGN
  43. tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
  44. depends on IWLWIFI
  45. ---help---
  46. Select to build the driver supporting the:
  47. Intel Wireless WiFi Link Next-Gen AGN
  48. This driver uses the kernel's mac80211 subsystem.
  49. In order to use this driver, you will need a microcode (uCode)
  50. image for it. You can obtain the microcode from:
  51. <http://intellinuxwireless.org/>.
  52. The microcode is typically installed in /lib/firmware. You can
  53. look in the hotplug script /etc/hotplug/firmware.agent to
  54. determine which directory FIRMWARE_DIR is set to when the script
  55. runs.
  56. If you want to compile the driver as a module ( = code which can be
  57. inserted in and removed from the running kernel whenever you want),
  58. say M here and read <file:Documentation/kbuild/modules.txt>. The
  59. module will be called iwlagn.
  60. config IWL4965
  61. bool "Intel Wireless WiFi 4965AGN"
  62. depends on IWLAGN
  63. ---help---
  64. This option enables support for Intel Wireless WiFi Link 4965AGN
  65. config IWL5000
  66. bool "Intel Wireless WiFi 5000AGN; Intel WiFi Link 1000, 6000, and 6050 Series"
  67. depends on IWLAGN
  68. ---help---
  69. This option enables support for Intel Wireless WiFi Link 5000AGN Family
  70. config IWL3945
  71. tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
  72. depends on IWLWIFI
  73. ---help---
  74. Select to build the driver supporting the:
  75. Intel PRO/Wireless 3945ABG/BG Network Connection
  76. This driver uses the kernel's mac80211 subsystem.
  77. In order to use this driver, you will need a microcode (uCode)
  78. image for it. You can obtain the microcode from:
  79. <http://intellinuxwireless.org/>.
  80. The microcode is typically installed in /lib/firmware. You can
  81. look in the hotplug script /etc/hotplug/firmware.agent to
  82. determine which directory FIRMWARE_DIR is set to when the script
  83. runs.
  84. If you want to compile the driver as a module ( = code which can be
  85. inserted in and removed from the running kernel whenever you want),
  86. say M here and read <file:Documentation/kbuild/modules.txt>. The
  87. module will be called iwl3945.